ui/doom: swap bg for doom-tomorrow-day

Fix hlissner/emacs-doom-themes#362
This commit is contained in:
Henrik Lissner 2019-12-04 21:51:59 -05:00
parent 4ced3d3e83
commit 6bb597564b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -15,6 +15,7 @@
(doom-solarized-light) (doom-solarized-light)
(doom-spacegrey . t) (doom-spacegrey . t)
(doom-vibrant) (doom-vibrant)
(doom-tomorrow-day . t)
(doom-tomorrow-night . t)) (doom-tomorrow-night . t))
"An alist of themes that support `solaire-mode'. If CDR is t, then "An alist of themes that support `solaire-mode'. If CDR is t, then
`solaire-mode-swap-bg' will be used automatically, when the theme is loaded.") `solaire-mode-swap-bg' will be used automatically, when the theme is loaded.")