narf-dark: more consistent header colorscheme

This commit is contained in:
Henrik Lissner 2016-04-08 01:44:33 -04:00
parent f6d44c9366
commit 86b51eaa89

View file

@ -314,12 +314,12 @@
`(org-archived ((,c (:foreground ,grey-.5))))
`(org-document-title ((,c (:foreground ,cyan))))
`(org-level-1 ((,c (:background ,current-line :foreground ,orange :bold ,bold))))
`(org-level-2 ((,c ( :foreground ,dark-cyan :bold ,bold))))
`(org-level-3 ((,c ( :foreground ,violet :bold ,bold))))
`(org-level-4 ((,c ( :foreground ,green :bold ,bold))))
`(org-level-5 ((,c ( :foreground ,yellow))))
`(org-level-6 ((,c ( :foreground ,blue+2))))
`(org-level-1 ((,c (:background ,current-line :foreground ,magenta :bold ,bold))))
`(org-level-2 ((,c ( :foreground ,orange :bold ,bold))))
`(org-level-3 ((,c ( :foreground ,orange :bold ,bold))))
`(org-level-4 ((,c ( :foreground ,orange :bold ,bold))))
`(org-level-5 ((,c ( :foreground ,orange))))
`(org-level-6 ((,c ( :foreground ,orange))))
;;`(org-level-7 ((,c ())))
;;`(org-level-8 ((,c ())))
;;`(org-checkbox ((,class (:box (:line-width 1 :style released-button)))))