mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/doom: enable solaire-mode in doom-tomorrow-night
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user