narf-dark: bold regexp chars

This commit is contained in:
Henrik Lissner 2016-04-19 03:22:08 -04:00
parent a24187d953
commit 14f49a15a6

View file

@ -141,10 +141,10 @@
`(font-lock-type-face ((,c (:foreground ,type)))) `(font-lock-type-face ((,c (:foreground ,type))))
`(font-lock-variable-name-face ((,c (:foreground ,variables)))) `(font-lock-variable-name-face ((,c (:foreground ,variables))))
`(font-lock-warning-face ((,c (:foreground ,red)))) `(font-lock-warning-face ((,c (:foreground ,red))))
`(font-lock-negation-char-face ((,c (:foreground ,operators)))) `(font-lock-negation-char-face ((,c (:foreground ,operators :bold t))))
`(font-lock-preprocessor-char-face ((,c (:foreground ,operators)))) `(font-lock-preprocessor-char-face ((,c (:foreground ,operators :bold t))))
`(font-lock-regexp-grouping-backslash ((,c (:foreground ,operators)))) `(font-lock-regexp-grouping-backslash ((,c (:foreground ,operators :bold t))))
`(font-lock-regexp-grouping-construct ((,c (:foreground ,operators)))) `(font-lock-regexp-grouping-construct ((,c (:foreground ,operators :bold t))))
`(bold ((,c (:weight bold :foreground ,white)))) `(bold ((,c (:weight bold :foreground ,white))))
`(italic ((,c (:slant italic :foreground ,subtle)))) `(italic ((,c (:slant italic :foreground ,subtle))))