aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-11-10 15:45:15 +0100
committerGravatar Tom Willemse2014-11-10 15:45:15 +0100
commitcaff107a60bc3c895d9e21b5691fe827eba13e40 (patch)
tree6a6edcaceb6c095669db63df7d4552e324284058
parentb6e6b04ca850886246434e9c9ccfb2446f08cf4b (diff)
downloadyoshi-theme-caff107a60bc3c895d9e21b5691fe827eba13e40.tar.gz
yoshi-theme-caff107a60bc3c895d9e21b5691fe827eba13e40.zip
Change whitespace-tab color
Suddenly I'm stuck in a buffer with a lot of tabs in it and turning them all pink is pulling too much attention away from the actual code I'm working on.
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index d8bd44c..6afe2a9 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 ,fgpink))))
+ `(whitespace-tab ((t (:background unspecified :foreground ,fgdim-2))))
`(whitespace-trailing ((t (:background ,bgorange :foreground unspecified))))
`(widget-button ((t (:inherit button))))
`(widget-button-pressed ((t (:inherit widget-button :weight bold))))