Minor refactors & revision across the board

This commit is contained in:
Henrik Lissner 2020-07-31 01:39:24 -04:00
parent a54d2b3804
commit 6a64f37435
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
11 changed files with 48 additions and 35 deletions

View file

@ -35,9 +35,10 @@
(when solaire-global-mode
(solaire-global-mode -1))))))
(add-hook! 'solaire-global-mode-hook
(add-hook! 'solaire-global-mode-hook :append
(defun +doom-solaire-swap-bg-faces-maybe-h ()
(and solaire-global-mode
(and (bound-and-true-p solaire-global-mode)
(symbolp doom-theme)
(string-prefix-p "doom-" (symbol-name doom-theme))
(solaire-mode-swap-bg))))