narf-dark: add highlight-{indentation,quoted,numbers}-mode faces
This commit is contained in:
parent
0ee993333d
commit
8dfdced785
1 changed files with 8 additions and 0 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue