aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-11-12 14:48:35 +0100
committerGravatar Tom Willemse2014-11-12 14:48:35 +0100
commitd7646166f42813a204b371d7d0729004b5ebcceb (patch)
treee74a56e624f1262ecf1289f769b63f769262e0ab
parenteba766875eeff26e40982973407fa3b33a1f5fdc (diff)
downloadyoshi-theme-d7646166f42813a204b371d7d0729004b5ebcceb.tar.gz
yoshi-theme-d7646166f42813a204b371d7d0729004b5ebcceb.zip
Show underline for whitespace-tab face
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 868330a..5aa2f03 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -305,7 +305,7 @@
`(whitespace-space ((t (:background unspecified :foreground ,fgpink))))
`(whitespace-space-after-tab ((t (:background ,bgorange :foreground unspecified))))
`(whitespace-space-before-tab ((t (:background ,bgorange :foreground unspecified))))
- `(whitespace-tab ((t (:background unspecified :foreground ,fgdim-1))))
+ `(whitespace-tab ((t (:background unspecified :foreground ,fgdim-1 :underline ,fgdim-2))))
`(whitespace-trailing ((t (:background ,bgorange :foreground unspecified))))
`(widget-button ((t (:inherit button))))
`(widget-button-pressed ((t (:inherit widget-button :weight bold))))