ui/doom: enable solaire-mode in doom-tomorrow-night

This commit is contained in:
Henrik Lissner 2018-08-03 16:17:32 +02:00
parent ea0f46b181
commit 50a82e72f6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -6,13 +6,14 @@
(doom-molokai . t) (doom-molokai . t)
(doom-nord . t) (doom-nord . t)
(doom-nord-light . t) (doom-nord-light . t)
(doom-nova . nil) (doom-nova)
(doom-one . t) (doom-one . t)
(doom-one-light . t) (doom-one-light . t)
(doom-opera . t) (doom-opera . t)
(doom-solarized-light . nil) (doom-solarized-light)
(doom-spacegrey . nil) (doom-spacegrey)
(doom-vibrant . nil)) (doom-vibrant)
(doom-tomorrow-night))
"An alist of themes that support `solaire-mode'. If CDR is t, then use "An alist of themes that support `solaire-mode'. If CDR is t, then use
`solaire-mode-swap-bg'.") `solaire-mode-swap-bg'.")
@ -23,6 +24,7 @@
;; <https://github.com/hlissner/emacs-doom-theme> ;; <https://github.com/hlissner/emacs-doom-theme>
(def-package! doom-themes (def-package! doom-themes
:load-path "~/work/plugins/emacs-doom-themes/"
:defer t :defer t
:init :init
(unless doom-theme (unless doom-theme