Default theme: zenburn -> monokai
Some checks failed
CI / build (push) Failing after 8s

This commit is contained in:
Jarkko Toivanen 2024-08-23 01:15:37 +03:00
parent 1e9336dc03
commit 8fcea5df03
3 changed files with 4 additions and 4 deletions

View file

@ -112,7 +112,7 @@ Only modes that don't derive from `prog-mode' should be listed here."
:type 'number
:group 'prelude)
(defcustom prelude-theme 'zenburn
(defcustom prelude-theme 'monokai
"The default color theme, change this in your /personal/preload config."
:type 'symbol
:group 'prelude)

View file

@ -92,7 +92,7 @@
undo-tree
volatile-highlights
which-key
zenburn-theme
monokai-theme
zop-to-char)
"A list of packages to ensure are installed at launch.")

View file

@ -10,7 +10,7 @@
;;; Commentary:
;; We dispense with most of the point and click UI, reduce the startup noise,
;; configure smooth scolling and a nice theme that's easy on the eyes (zenburn).
;; configure smooth scolling and a nice theme that's easy on the eyes (monokai).
;;; License:
@ -78,7 +78,7 @@
(abbreviate-file-name (buffer-file-name))
"%b"))))
;; use zenburn as the default theme
;; use monokai as the default theme
(when prelude-theme
(load-theme prelude-theme t))