mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Don't use underline for warning face
It gets annoying when reading perl man pages with woman.
This commit is contained in:
parent
d32382f5ac
commit
e2e0da016b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
`(font-lock-string-face ((t (:foreground ,fgturquoise))))
|
||||
`(font-lock-type-face ((t (:foreground ,fgpurple))))
|
||||
`(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))))
|
||||
`(gnus-button ((t (:weight bold))))
|
||||
`(gnus-cite-1 ((t (:foreground ,fgred))))
|
||||
|
|
Loading…
Reference in a new issue