Update narf-dark-theme

This commit is contained in:
Henrik Lissner 2016-03-09 21:41:02 -05:00
parent 62999f67b3
commit ebad0efe49

View file

@ -296,9 +296,9 @@
;; `(markdown-url-face (:inherit link)) ;; `(markdown-url-face (:inherit link))
;; org-mode ;; org-mode
`(variable-pitch ((,c (:font "DejaVu Sans Mono" :height 0.8)))) `(variable-pitch ((,c (:font "Proxima Nova"))))
`(fixed-pitch ((,c (:font "DejaVu Sans Mono" :height 1.0)))) `(fixed-pitch ((,c (:font "DejaVu Sans Mono" :height 1.0))))
`(org-tag ((,c (:foreground ,grey-1 :bold nil)))) `(org-tag ((,c (:foreground ,yellow :bold nil))))
;; `(org-ellipsis ((,c (:inherit hs-face)))) ;; `(org-ellipsis ((,c (:inherit hs-face))))
`(org-hide ((,c (:foreground ,bg)))) `(org-hide ((,c (:foreground ,bg))))
@ -308,12 +308,12 @@
`(org-document-info ((,c (:foreground ,orange)))) `(org-document-info ((,c (:foreground ,orange))))
`(org-document-info-keyword ((,c (:foreground ,grey-1)))) `(org-document-info-keyword ((,c (:foreground ,grey-1))))
`(org-meta-line ((,c (:foreground ,vsubtle)))) `(org-meta-line ((,c (:foreground ,vsubtle))))
`(org-block-begin-line ((,c (:background ,current-line :foreground ,vsubtle)))) `(org-block-begin-line ((,c (:foreground ,vsubtle))))
`(org-block-end-line ((,c (:inherit org-block-begin-line)))) `(org-block-end-line ((,c (:inherit org-block-begin-line))))
`(org-archived ((,c (:foreground ,grey-.5)))) `(org-archived ((,c (:foreground ,grey-.5))))
`(org-document-title ((,c (:foreground ,cyan)))) `(org-document-title ((,c (:foreground ,cyan))))
`(org-level-1 ((,c (:foreground ,orange :bold ,bold)))) `(org-level-1 ((,c (:background ,current-line :foreground ,orange :bold ,bold))))
`(org-level-2 ((,c ( :foreground ,dark-cyan :bold ,bold)))) `(org-level-2 ((,c ( :foreground ,dark-cyan :bold ,bold))))
`(org-level-3 ((,c ( :foreground ,violet :bold ,bold)))) `(org-level-3 ((,c ( :foreground ,violet :bold ,bold))))
`(org-level-4 ((,c ( :foreground ,green :bold ,bold)))) `(org-level-4 ((,c ( :foreground ,green :bold ,bold))))
@ -326,10 +326,10 @@
`(org-code ((,c (:foreground ,orange)))) `(org-code ((,c (:foreground ,orange))))
`(org-verbatim ((,c (:foreground ,green)))) `(org-verbatim ((,c (:foreground ,green))))
`(org-formula ((,c (:foreground ,cyan)))) `(org-formula ((,c (:foreground ,cyan))))
`(org-list-dt ((,c (:foreground ,cyan :bold ,bold)))) `(org-list-dt ((,c (:foreground ,cyan))))
`(org-footnote ((,c (:foreground ,orange)))) `(org-footnote ((,c (:foreground ,orange))))
`(org-link ((,c (:underline t :foreground ,yellow :bold inherit)))) `(org-link ((,c (:underline t :foreground ,cyan :bold inherit))))
`(org-date ((,c (:foreground ,violet)))) `(org-date ((,c (:foreground ,violet))))
`(org-todo ((,c (:foreground ,yellow :bold inherit)))) `(org-todo ((,c (:foreground ,yellow :bold inherit))))
`(org-done ((,c (:foreground ,green :bold inherit)))) `(org-done ((,c (:foreground ,green :bold inherit))))