mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(themes): Handle highlight-indent-guides when switching themes
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user