From 8f19e7e94e6196071844b998979813e42a44ee17 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 14 Jan 2015 11:38:12 +0100 Subject: [PATCH] Dim hl-indent-face --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))