aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-12-30 02:46:18 +0100
committerGravatar Tom Willemse2014-12-30 02:46:18 +0100
commit354b9c913a8680352f743931e8eef67746ed9cc2 (patch)
tree424a7c5d619c60bc2ba4e6b9694fd963a659ba8f
parent939b72f937766e1085a50f31a00bd9feb13496ed (diff)
downloadyoshi-theme-354b9c913a8680352f743931e8eef67746ed9cc2.tar.gz
yoshi-theme-354b9c913a8680352f743931e8eef67746ed9cc2.zip
Add hl-indent-face
-rw-r--r--yoshi-theme.el1
1 files changed, 1 insertions, 0 deletions
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))))