1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Add hl-indent-face

This commit is contained in:
Tom Willemse 2014-12-30 02:46:18 +01:00
parent 939b72f937
commit 354b9c913a

View file

@ -160,6 +160,7 @@
`(gnus-summary-selected ((t (:background ,bgblue :weight bold)))) `(gnus-summary-selected ((t (:background ,bgblue :weight bold))))
`(highlight ((t (:background ,bgcyan)))) `(highlight ((t (:background ,bgcyan))))
`(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified)))) `(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-stripe-face ((t (:background ,bgbright))))
`(identica-uri-face ((t (:foreground ,fgorange :underline t)))) `(identica-uri-face ((t (:foreground ,fgorange :underline t))))
`(identica-username-face ((t (:foreground ,fgblue :weight bold :underline unspecified)))) `(identica-username-face ((t (:foreground ,fgblue :weight bold :underline unspecified))))