mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Add hl-indent-block faces
This commit is contained in:
parent
d629ffb90a
commit
18599c9b45
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue