Customize color of hideshowvis icons in sidebar

This commit is contained in:
2017-12-24 03:14:16 +00:00
parent 575c05ba49
commit f08770cd00

View File

@@ -34,6 +34,8 @@
;; Override some of doom-vibrant's colors.
(setq fci-rule-color (doom-color 'base3))
(set-face-attribute 'hideshowvis-hidable-face nil
:foreground (doom-color 'base7))
(set-face-attribute 'font-lock-variable-name-face nil
:foreground (doom-lighten (doom-color 'blue) 0.25))
(set-face-attribute 'vertical-border nil