Added more different colors to headings

This commit is contained in:
Emmet 2024-06-23 20:23:28 -05:00
parent d9f9a9b241
commit 1126ea94ec
2 changed files with 18 additions and 16 deletions

View file

@ -247,13 +247,14 @@
;; Top-level headings should be bigger! ;; Top-level headings should be bigger!
(custom-set-faces! (custom-set-faces!
'(org-level-1 :inherit outline-1 :height 1.3) `(outline-1 :height 1.3 :foreground ,(nth 1 (nth 14 doom-themes--colors)))
'(org-level-2 :inherit outline-2 :height 1.25) `(outline-2 :height 1.25 :foreground ,(nth 1 (nth 15 doom-themes--colors)))
'(org-level-3 :inherit outline-3 :height 1.2) `(outline-3 :height 1.2 :foreground ,(nth 1 (nth 19 doom-themes--colors)))
'(org-level-4 :inherit outline-4 :height 1.1) `(outline-4 :height 1.1 :foreground ,(nth 1 (nth 23 doom-themes--colors)))
'(org-level-5 :inherit outline-5 :height 1.1) `(outline-5 :height 1.1 :foreground ,(nth 1 (nth 24 doom-themes--colors)))
'(org-level-6 :inherit outline-6 :height 1.05) `(outline-6 :height 1.1 :foreground ,(nth 1 (nth 16 doom-themes--colors)))
'(org-level-7 :inherit outline-7 :height 1.05) `(outline-7 :height 1.05 :foreground ,(nth 1 (nth 18 doom-themes--colors)))
`(outline-8 :height 1.05 :foreground ,(nth 1 (nth 11 doom-themes--colors)))
'(variable-pitch :family "Intel One Mono") '(variable-pitch :family "Intel One Mono")
) )

View file

@ -317,13 +317,14 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
;; Top-level headings should be bigger! ;; Top-level headings should be bigger!
(custom-set-faces! (custom-set-faces!
'(org-level-1 :inherit outline-1 :height 1.3) `(outline-1 :height 1.3 :foreground ,(nth 1 (nth 14 doom-themes--colors)))
'(org-level-2 :inherit outline-2 :height 1.25) `(outline-2 :height 1.25 :foreground ,(nth 1 (nth 15 doom-themes--colors)))
'(org-level-3 :inherit outline-3 :height 1.2) `(outline-3 :height 1.2 :foreground ,(nth 1 (nth 19 doom-themes--colors)))
'(org-level-4 :inherit outline-4 :height 1.1) `(outline-4 :height 1.1 :foreground ,(nth 1 (nth 23 doom-themes--colors)))
'(org-level-5 :inherit outline-5 :height 1.1) `(outline-5 :height 1.1 :foreground ,(nth 1 (nth 24 doom-themes--colors)))
'(org-level-6 :inherit outline-6 :height 1.05) `(outline-6 :height 1.1 :foreground ,(nth 1 (nth 16 doom-themes--colors)))
'(org-level-7 :inherit outline-7 :height 1.05) `(outline-7 :height 1.05 :foreground ,(nth 1 (nth 18 doom-themes--colors)))
`(outline-8 :height 1.05 :foreground ,(nth 1 (nth 11 doom-themes--colors)))
'(variable-pitch :family "Intel One Mono") '(variable-pitch :family "Intel One Mono")
) )