From 7fc0e550dd431bc1657dd4cb71c480f43be6af99 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sun, 9 May 2021 12:19:31 -0400 Subject: [PATCH] Update default theme --- modules/interface.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/interface.org b/modules/interface.org index 9ae96c9..89f69e2 100644 --- a/modules/interface.org +++ b/modules/interface.org @@ -199,7 +199,7 @@ High quality and modern colour themes are provided in the *Doom Themes*[fn:9] pa #+begin_src emacs-lisp (use-package doom-themes - :init (load-theme 'doom-moonlight t)) + :init (load-theme 'doom-monokai-spectrum t)) #+end_src Load a theme with =SPC t t=.