aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-26 01:04:53 +0100
committerGravatar Tom Willemse2013-11-26 01:04:53 +0100
commite2e0da016be707f7725ef1902ef6c7163544fd8e (patch)
treec823e05fa5712fc1c050aef662c5962f4adadbf3
parentd32382f5ac3f504ab206e86ace531763997fd53d (diff)
downloadyoshi-theme-e2e0da016be707f7725ef1902ef6c7163544fd8e.tar.gz
yoshi-theme-e2e0da016be707f7725ef1902ef6c7163544fd8e.zip
Don't use underline for warning face
It gets annoying when reading perl man pages with woman.
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index ed051fa..a2b0ce9 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -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))))