narf-dark: bold regexp chars
This commit is contained in:
parent
a24187d953
commit
14f49a15a6
1 changed files with 4 additions and 4 deletions
|
@ -141,10 +141,10 @@
|
|||
`(font-lock-type-face ((,c (:foreground ,type))))
|
||||
`(font-lock-variable-name-face ((,c (:foreground ,variables))))
|
||||
`(font-lock-warning-face ((,c (:foreground ,red))))
|
||||
`(font-lock-negation-char-face ((,c (:foreground ,operators))))
|
||||
`(font-lock-preprocessor-char-face ((,c (:foreground ,operators))))
|
||||
`(font-lock-regexp-grouping-backslash ((,c (:foreground ,operators))))
|
||||
`(font-lock-regexp-grouping-construct ((,c (:foreground ,operators))))
|
||||
`(font-lock-negation-char-face ((,c (:foreground ,operators :bold t))))
|
||||
`(font-lock-preprocessor-char-face ((,c (:foreground ,operators :bold t))))
|
||||
`(font-lock-regexp-grouping-backslash ((,c (:foreground ,operators :bold t))))
|
||||
`(font-lock-regexp-grouping-construct ((,c (:foreground ,operators :bold t))))
|
||||
|
||||
`(bold ((,c (:weight bold :foreground ,white))))
|
||||
`(italic ((,c (:slant italic :foreground ,subtle))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue