Adjust org-modern formatting

This commit is contained in:
Kiana Sheibani 2024-03-31 02:49:38 -04:00
parent 6ec16841f7
commit 97fc116778
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2676,11 +2676,13 @@ Doom Emacs's =+pretty= flag by default uses the package =org-superstar= to prett
org-modern-todo nil org-modern-todo nil
org-modern-horizontal-rule (make-string 36 ?─) org-modern-horizontal-rule (make-string 36 ?─)
org-modern-keyword org-modern-keyword
'((t . t) '(("title" . "󰛼")
("subtitle" . "")
("author" . "") ("author" . "")
("email" . "󰇰") ("email" . "󰇰")
("date" . "󰃮") ("date" . "󰃮")
("property" . "") ("property" . "")
("filetags" . "󰓼")
("bind" . "󰌷") ("bind" . "󰌷")
("bibliography" . "") ("bibliography" . "")
("print_bibliography" . #("" 0 1 (display (raise -0.1)))) ("print_bibliography" . #("" 0 1 (display (raise -0.1))))
@ -2704,14 +2706,15 @@ Doom Emacs's =+pretty= flag by default uses the package =org-superstar= to prett
("attr_latex" . "🄛") ("attr_latex" . "🄛")
("attr_html" . "🄗") ("attr_html" . "🄗")
("attr_org" . "⒪") ("attr_org" . "⒪")
("call" . "󰜎") ("call" . "󰐍")
("name" . "󱍶") ("name" . "󱍶")
("header" . "") ("header" . "")
("caption" . "󰦨") ("caption" . "󰦨")
("results" . " result")) ("results" . " result")
(t . " "))
org-modern-checkbox org-modern-checkbox
'((88 . "") '((88 . "")
(45 . #("" 0 2 (composition ((2))))) (45 . #("" 0 2 (composition ((2)))))
(32 . "")))) (32 . ""))))
#+end_src #+end_src
@ -2722,8 +2725,6 @@ The default colors for various elements of =org-modern= don't match with our the
(set-face-attribute 'org-modern-label nil :height 0.85) (set-face-attribute 'org-modern-label nil :height 0.85)
(custom-set-faces! (custom-set-faces!
'(org-checkbox :weight normal :inherit org-todo) '(org-checkbox :weight normal :inherit org-todo)
'(org-modern-statistics
:inherit org-checkbox-statistics-todo)
`(org-modern-tag `(org-modern-tag
:foreground ,(doom-color 'fg-alt) :foreground ,(doom-color 'fg-alt)
:background ,(doom-color 'base0) :background ,(doom-color 'base0)
@ -2735,7 +2736,7 @@ The default colors for various elements of =org-modern= don't match with our the
:background ,(doom-color 'bg-alt) :background ,(doom-color 'bg-alt)
:inherit org-modern-label) :inherit org-modern-label)
`(org-modern-date-inactive `(org-modern-date-inactive
:foreground ,(doom-color 'comments) :foreground ,(doom-color 'doc-comments)
:inherit org-modern-date-active) :inherit org-modern-date-active)
`(org-modern-time-active `(org-modern-time-active
:foreground ,(doom-color 'bg-alt) :foreground ,(doom-color 'bg-alt)