mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
narf-dark: bold regexp chars
This commit is contained in:
@ -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))))
|
||||
|
Reference in New Issue
Block a user