Skip to content

Commit

Permalink
ui/doom: swap bg for doom-{snazzy,spacegrey,tomorrow-night}
Browse files Browse the repository at this point in the history
  • Loading branch information
hlissner committed Dec 1, 2019
1 parent 3743bc7 commit 2326379
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/ui/doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

Expand Down

0 comments on commit 2326379

Please sign in to comment.