Switch emacs theme

This commit is contained in:
Magic_RB 2020-09-07 22:45:18 +02:00
parent 5a4faf8d3c
commit 7d101b4dd3

View file

@ -264,7 +264,7 @@ it is not appropriate in some cases like terminals."
(setq heaven-and-hell-theme-type 'dark) ;; Omit to use light by default
(setq heaven-and-hell-themes
'((light . doom-one-light)
(dark . doom-one))) ;; Themes can be the list: (dark . (tsdh-dark wombat))
(dark . doom-peacock))) ;; Themes can be the list: (dark . (tsdh-dark wombat))
;; Optionall, load themes without asking for confirmation.
(setq heaven-and-hell-load-theme-no-confirm t)