From 6bb597564bc762d60f08ad06609f7a29e57b33d7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 4 Dec 2019 21:51:59 -0500 Subject: [PATCH] ui/doom: swap bg for doom-tomorrow-day Fix hlissner/emacs-doom-themes#362 --- modules/ui/doom/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/doom/config.el b/modules/ui/doom/config.el index 4856584eb..efa2f4345 100644 --- a/modules/ui/doom/config.el +++ b/modules/ui/doom/config.el @@ -15,6 +15,7 @@ (doom-solarized-light) (doom-spacegrey . t) (doom-vibrant) + (doom-tomorrow-day . t) (doom-tomorrow-night . t)) "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.")