Config: fix org heading display issue with my-base16-dark theme
This commit is contained in:
@@ -4,9 +4,7 @@
|
|||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(org-agenda-files
|
'(org-agenda-files nil)
|
||||||
'("d:/emacs/org/learning-org-mode.org"
|
|
||||||
"d:/emacs/hugo/this-is-my-blog/all-blog.org"))
|
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
'(ace-window benchmark-init cape cnfonts corfu crux drag-stuff eglot
|
'(ace-window benchmark-init cape cnfonts corfu crux drag-stuff eglot
|
||||||
embark-consult everything exec-path-form-shell gcmh
|
embark-consult everything exec-path-form-shell gcmh
|
||||||
|
|||||||
@@ -18,6 +18,12 @@
|
|||||||
my-base16-dark-core-palette
|
my-base16-dark-core-palette
|
||||||
'((custom-theme-set-faces
|
'((custom-theme-set-faces
|
||||||
theme-name
|
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))))
|
`(org-priority ((,class (:foreground ,green :weight bold))))
|
||||||
`(font-lock-keyword-face ((,class (:foreground ,cyan :weight bold))))
|
`(font-lock-keyword-face ((,class (:foreground ,cyan :weight bold))))
|
||||||
`(font-lock-doc-face ((,class (:foreground ,green :slant normal))))
|
`(font-lock-doc-face ((,class (:foreground ,green :slant normal))))
|
||||||
|
|||||||
Reference in New Issue
Block a user