narf-dark: add highlight-{indentation,quoted,numbers}-mode faces

This commit is contained in:
Henrik Lissner 2016-04-16 00:49:50 -04:00
parent 0ee993333d
commit 8dfdced785

View file

@ -190,6 +190,14 @@
;; plugin-specific
;; *****************************************************************************************
`(highlight-indentation-face ((,c (:background ,current-line))))
`(highlight-indentation-current-column-face ((,c (:background ,current-line))))
`(indent-guide-face ((,c (:foreground "#2F2F38"))))
`(highlight-quoted-symbol ((,c (:foreground ,yellow))))
`(highlight-quoted-quote ((,c (:foreground ,magenta))))
`(highlight-numbers-number ((,c (:foreground ,constants))))
`(reb-match-0 ((,c (:foreground ,orange :inverse-video t))))
`(reb-match-1 ((,c (:foreground ,magenta :inverse-video t))))
`(reb-match-2 ((,c (:foreground ,green :inverse-video t))))