aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-01-14 11:38:12 +0100
committerGravatar Tom Willemse2015-01-14 11:38:12 +0100
commit8f19e7e94e6196071844b998979813e42a44ee17 (patch)
treeb94c94dab76d8cfa7c6a6db796fe17bb80c06240
parent354b9c913a8680352f743931e8eef67746ed9cc2 (diff)
downloadyoshi-theme-8f19e7e94e6196071844b998979813e42a44ee17.tar.gz
yoshi-theme-8f19e7e94e6196071844b998979813e42a44ee17.zip
Dim hl-indent-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 d63d68d..6112a6f 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -160,7 +160,7 @@
`(gnus-summary-selected ((t (:background ,bgblue :weight bold))))
`(highlight ((t (:background ,bgcyan))))
`(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified))))
- `(hl-indent-face ((t (:inherit unspecified :background ,bgbright))))
+ `(hl-indent-face ((t (:inherit unspecified :background ,bgdim))))
`(identica-stripe-face ((t (:background ,bgbright))))
`(identica-uri-face ((t (:foreground ,fgorange :underline t))))
`(identica-username-face ((t (:foreground ,fgblue :weight bold :underline unspecified))))