aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-11-11 14:09:31 +0100
committerGravatar Tom Willemse2014-11-11 14:09:31 +0100
commiteba766875eeff26e40982973407fa3b33a1f5fdc (patch)
tree3fa2e5d44d932f0856f21aa73d521fa605fefff3
parentcaff107a60bc3c895d9e21b5691fe827eba13e40 (diff)
downloadyoshi-theme-eba766875eeff26e40982973407fa3b33a1f5fdc.tar.gz
yoshi-theme-eba766875eeff26e40982973407fa3b33a1f5fdc.zip
Make tab characters a little brighter
They were adequate for PHP code, but when viewed in web-mode they were very difficult to see.
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 6afe2a9..868330a 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-2))))
+ `(whitespace-tab ((t (:background unspecified :foreground ,fgdim-1))))
`(whitespace-trailing ((t (:background ,bgorange :foreground unspecified))))
`(widget-button ((t (:inherit button))))
`(widget-button-pressed ((t (:inherit widget-button :weight bold))))