1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Don't use underline for warning face

It gets annoying when reading perl man pages with woman.
This commit is contained in:
Tom Willemse 2013-11-26 01:04:53 +01:00
parent d32382f5ac
commit e2e0da016b

View file

@ -97,7 +97,7 @@
`(font-lock-string-face ((t (:foreground ,fgturquoise)))) `(font-lock-string-face ((t (:foreground ,fgturquoise))))
`(font-lock-type-face ((t (:foreground ,fgpurple)))) `(font-lock-type-face ((t (:foreground ,fgpurple))))
`(font-lock-variable-name-face ((t (:foreground ,fgyellow)))) `(font-lock-variable-name-face ((t (:foreground ,fgyellow))))
`(font-lock-warning-face ((t (:underline (:color ,fgorange) :inherit unspecified)))) `(font-lock-warning-face ((t (:foreground ,fgorange :inherit unspecified :weight bold))))
`(fringe ((t (:background unspecified :inherit default)))) `(fringe ((t (:background unspecified :inherit default))))
`(gnus-button ((t (:weight bold)))) `(gnus-button ((t (:weight bold))))
`(gnus-cite-1 ((t (:foreground ,fgred)))) `(gnus-cite-1 ((t (:foreground ,fgred))))