diff options
| author | 2015-01-14 11:38:12 +0100 | |
|---|---|---|
| committer | 2015-01-14 11:38:12 +0100 | |
| commit | 8f19e7e94e6196071844b998979813e42a44ee17 (patch) | |
| tree | b94c94dab76d8cfa7c6a6db796fe17bb80c06240 | |
| parent | 354b9c913a8680352f743931e8eef67746ed9cc2 (diff) | |
| download | yoshi-theme-8f19e7e94e6196071844b998979813e42a44ee17.tar.gz yoshi-theme-8f19e7e94e6196071844b998979813e42a44ee17.zip | |
Dim hl-indent-face
| -rw-r--r-- | yoshi-theme.el | 2 |
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)))) |
