tweak(org): customize heading colors

This commit is contained in:
Kiana Sheibani 2026-02-04 16:47:25 -05:00
parent ba72409d67
commit 83a0eecdcc
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2977,8 +2977,27 @@ It's sometimes nice to be able to click a link in an Org file that takes me to o
** Appearance ** Appearance
*** Colors
#+begin_src emacs-lisp
(custom-set-faces!
`(outline-1 :foreground ,(doom-color 'orange))
`(outline-2 :foreground ,(color-darken-name (doom-color 'brown) 8))
`(outline-3 :foreground ,(color-darken-name (doom-color 'green) 30))
`(outline-4 :foreground ,(doom-color 'blue))
`(outline-5 :foreground ,(color-darken-name (doom-color 'magenta) 10))
`(outline-6 :foreground ,(doom-color 'base7))
`(outline-7 :foreground ,(doom-color 'base5))
`(outline-8 :foreground ,(doom-color 'base3)))
;; Prevents bright colors from appearing again at level 9+
(setq org-cycle-level-faces nil)
#+end_src
*** Entities *** Entities
This is where I put custom entities to use within my org files.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(after! org (after! org
(setq org-entities-user (setq org-entities-user