Update +doom-solaire-themes to include all doom-themes
This commit is contained in:
parent
8243c86f40
commit
431cd38e83
1 changed files with 19 additions and 4 deletions
|
@ -1,24 +1,39 @@
|
|||
;;; ui/doom/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +doom-solaire-themes
|
||||
'((doom-challenger-deep . t)
|
||||
'((doom-acario-dark . t)
|
||||
(doom-acario-light . t)
|
||||
(doom-challenger-deep . t)
|
||||
(doom-city-lights . t)
|
||||
(doom-dark+ . t)
|
||||
(doom-dracula . t)
|
||||
(doom-molokai)
|
||||
(doom-fairy-floss . t)
|
||||
(doom-gruvbox . t)
|
||||
(doom-horizon . t)
|
||||
(doom-laserwave . t)
|
||||
(doom-losvkem . t)
|
||||
(doom-manegarm . t)
|
||||
(doom-material . t)
|
||||
(doom-molokai . t)
|
||||
(doom-moonlight . t)
|
||||
(doom-nord . t)
|
||||
(doom-nord-light . t)
|
||||
(doom-nova)
|
||||
(doom-nova . t)
|
||||
(doom-oceanic-next . t)
|
||||
(doom-one . t)
|
||||
(doom-one-light . t)
|
||||
(doom-outrun-electric . t)
|
||||
(doom-opera . t)
|
||||
(doom-palenight . t)
|
||||
(doom-peacock . t)
|
||||
(doom-snazzy . t)
|
||||
(doom-solarized-dark . t)
|
||||
(doom-solarized-light)
|
||||
(doom-sourcerer . t)
|
||||
(doom-spacegrey . t)
|
||||
(doom-tomorrow-day . t)
|
||||
(doom-tomorrow-night . t)
|
||||
(doom-vibrant))
|
||||
(doom-vibrant . 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.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue