From 2326379d688eed92c91c7ba0215ea89969a4d944 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 1 Dec 2019 05:14:16 -0500 Subject: [PATCH] ui/doom: swap bg for doom-{snazzy,spacegrey,tomorrow-night} --- modules/ui/doom/config.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/ui/doom/config.el b/modules/ui/doom/config.el index f95c73a0d..4856584eb 100644 --- a/modules/ui/doom/config.el +++ b/modules/ui/doom/config.el @@ -10,11 +10,12 @@ (doom-one . t) (doom-one-light . t) (doom-opera . t) + (doom-snazzy . t) (doom-solarized-dark . t) (doom-solarized-light) - (doom-spacegrey) + (doom-spacegrey . t) (doom-vibrant) - (doom-tomorrow-night)) + (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.")