Config: fix org heading display issue with my-base16-dark theme

This commit is contained in:
User
2026-04-02 15:09:40 +08:00
parent c7352d0460
commit 64e421da2b
2 changed files with 7 additions and 3 deletions

View File

@@ -18,6 +18,12 @@
my-base16-dark-core-palette
'((custom-theme-set-faces
theme-name
`(org-level-2 ((,class (:foreground ,green :height 1.05))))
`(org-level-3 ((,class (:foreground ,blue))))
`(org-level-6 ((,class (:foreground ,green))))
`(org-level-8 ((,class (:foreground ,blue))))
`(org-done ((,class (:foreground ,green :weight bold))))
`(org-headline-done ((,class (:foreground ,green))))
`(org-priority ((,class (:foreground ,green :weight bold))))
`(font-lock-keyword-face ((,class (:foreground ,cyan :weight bold))))
`(font-lock-doc-face ((,class (:foreground ,green :slant normal))))