fix(themes): Handle highlight-indent-guides when switching themes

This commit is contained in:
2020-05-30 16:46:36 +01:00
parent a3a8c575dc
commit 88ceeaa7c7

View File

@@ -140,6 +140,9 @@
(set-face-attribute 'diredp-compressed-file-name nil
:foreground (doom-color 'blue)))
(with-eval-after-load 'highlight-indent-guides
(highlight-indent-guides-auto-set-faces))
(with-eval-after-load 'zoom-window
(setq zoom-window-mode-line-color (doom-blend 'magenta 'bg 0.2)))