From 354b9c913a8680352f743931e8eef67746ed9cc2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 30 Dec 2014 02:46:18 +0100 Subject: [PATCH] Add hl-indent-face --- yoshi-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/yoshi-theme.el b/yoshi-theme.el index 5aa2f03..d63d68d 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -160,6 +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)))) `(identica-stripe-face ((t (:background ,bgbright)))) `(identica-uri-face ((t (:foreground ,fgorange :underline t)))) `(identica-username-face ((t (:foreground ,fgblue :weight bold :underline unspecified))))