1
0
Fork 0
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:
Tom Willemsen 2013-03-29 17:00:51 +01:00
parent 0224c2c621
commit b97f1e0c01

View file

@ -66,10 +66,13 @@
`(font-lock-doc-face ((t (:foreground ,lgreen :inherit unspecified)))) `(font-lock-doc-face ((t (:foreground ,lgreen :inherit unspecified))))
`(font-lock-function-name-face ((t (:foreground ,lpurple)))) `(font-lock-function-name-face ((t (:foreground ,lpurple))))
`(font-lock-keyword-face ((t (:foreground ,lyellow)))) `(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-string-face ((t (:foreground ,lturquoise))))
`(font-lock-type-face ((t (:foreground ,lorange)))) `(font-lock-type-face ((t (:foreground ,lorange))))
`(font-lock-variable-name-face ((t (:foreground ,lblue)))) `(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-button ((t (:foreground ,lorange :underline t))))
`(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight bold)))) `(gnus-group-mail-3 ((t (:inherit gnus-group-mail-3-empty :weight bold))))
`(gnus-group-mail-3-empty ((t (:foreground ,lcyan)))) `(gnus-group-mail-3-empty ((t (:foreground ,lcyan))))