ui/doom: enable solaire-mode in doom-tomorrow-night
This commit is contained in:
parent
ea0f46b181
commit
50a82e72f6
1 changed files with 6 additions and 4 deletions
|
@ -6,13 +6,14 @@
|
||||||
(doom-molokai . t)
|
(doom-molokai . t)
|
||||||
(doom-nord . t)
|
(doom-nord . t)
|
||||||
(doom-nord-light . t)
|
(doom-nord-light . t)
|
||||||
(doom-nova . nil)
|
(doom-nova)
|
||||||
(doom-one . t)
|
(doom-one . t)
|
||||||
(doom-one-light . t)
|
(doom-one-light . t)
|
||||||
(doom-opera . t)
|
(doom-opera . t)
|
||||||
(doom-solarized-light . nil)
|
(doom-solarized-light)
|
||||||
(doom-spacegrey . nil)
|
(doom-spacegrey)
|
||||||
(doom-vibrant . nil))
|
(doom-vibrant)
|
||||||
|
(doom-tomorrow-night))
|
||||||
"An alist of themes that support `solaire-mode'. If CDR is t, then use
|
"An alist of themes that support `solaire-mode'. If CDR is t, then use
|
||||||
`solaire-mode-swap-bg'.")
|
`solaire-mode-swap-bg'.")
|
||||||
|
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
|
|
||||||
;; <https://github.com/hlissner/emacs-doom-theme>
|
;; <https://github.com/hlissner/emacs-doom-theme>
|
||||||
(def-package! doom-themes
|
(def-package! doom-themes
|
||||||
|
:load-path "~/work/plugins/emacs-doom-themes/"
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
:init
|
||||||
(unless doom-theme
|
(unless doom-theme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue