1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Add hl-indent-block faces

This commit is contained in:
Tom Willemse 2016-02-27 01:41:39 +01:00
parent d629ffb90a
commit 18599c9b45

View file

@ -230,6 +230,12 @@
`(highlight-numbers-number ((t (:foreground ,fgcyan :inherit unspecified)))) `(highlight-numbers-number ((t (:foreground ,fgcyan :inherit unspecified))))
;;; Highlight indent ;;; 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)))) `(hl-indent-face ((t (:inherit unspecified :background ,bgdim))))
;;; Hydra ;;; Hydra