mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Update font-lock faces
Change the `font-lock-warning-face' to be less intrusive and add `font-lock-negation-char-face', `font-lock-regexp-grouping-backslash' and `font-lock-regexp-grouping-construct'.
This commit is contained in:
parent
0224c2c621
commit
b97f1e0c01
1 changed files with 4 additions and 1 deletions
|
@ -66,10 +66,13 @@
|
|||
`(font-lock-doc-face ((t (:foreground ,lgreen :inherit unspecified))))
|
||||
`(font-lock-function-name-face ((t (:foreground ,lpurple))))
|
||||
`(font-lock-keyword-face ((t (:foreground ,lyellow))))
|
||||
`(font-lock-negation-char-face ((t (:foreground ,lred))))
|
||||
`(font-lock-regexp-grouping-backslash ((t (:foreground ,lred))))
|
||||
`(font-lock-regexp-grouping-construct ((t (:foreground ,lpink))))
|
||||
`(font-lock-string-face ((t (:foreground ,lturquoise))))
|
||||
`(font-lock-type-face ((t (:foreground ,lorange))))
|
||||
`(font-lock-variable-name-face ((t (:foreground ,lblue))))
|
||||
`(font-lock-warning-face ((t (:foreground ,lorange :weight bold :inherit unspecified))))
|
||||
`(font-lock-warning-face ((t (:underline (:color ,lorange) :inherit unspecified))))
|
||||
`(gnus-button ((t (:foreground ,lorange :underline t))))
|
||||
`(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight bold))))
|
||||
`(gnus-group-mail-3-empty ((t (:foreground ,lcyan))))
|
||||
|
|
Loading…
Reference in a new issue