aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-02-27 01:41:39 +0100
committerGravatar Tom Willemse2016-02-27 01:41:39 +0100
commit18599c9b458b37ea66168ca89c787a52346f72a6 (patch)
treed99c7f44c5c9d6960fe53636feb9b4dc4cc16b49
parentd629ffb90a2a744962156dc2f08c338ce6fe4ca0 (diff)
downloadyoshi-theme-18599c9b458b37ea66168ca89c787a52346f72a6.tar.gz
yoshi-theme-18599c9b458b37ea66168ca89c787a52346f72a6.zip
Add hl-indent-block faces
-rw-r--r--yoshi-theme.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index b7887cb..e8db19a 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -230,6 +230,12 @@
`(highlight-numbers-number ((t (:foreground ,fgcyan :inherit unspecified))))
;;; Highlight indent
+ `(hl-indent-block-face-1 ((t (:background ,bgred))))
+ `(hl-indent-block-face-2 ((t (:background ,bgpink))))
+ `(hl-indent-block-face-3 ((t (:background ,bgorange))))
+ `(hl-indent-block-face-4 ((t (:background ,bgyellow))))
+ `(hl-indent-block-face-5 ((t (:background ,bggreen))))
+ `(hl-indent-block-face-6 ((t (:background ,bgturquoise))))
`(hl-indent-face ((t (:inherit unspecified :background ,bgdim))))
;;; Hydra