From 69af0bc2d35c5cd126a6aeefa2a3e76e818c479c Mon Sep 17 00:00:00 2001 From: odave Date: Thu, 26 Mar 2020 13:56:47 +0000 Subject: ~set the default theme doom-molokai -> base16-3024 --- doom.d/config/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom.d/config/config.org b/doom.d/config/config.org index 75d063d..6f58115 100644 --- a/doom.d/config/config.org +++ b/doom.d/config/config.org @@ -17,7 +17,7 @@ Load the literate.el file to start parsing. #+BEGIN_SRC elisp (after! core-keybinds (setq doom-localleader-key ",") - (setq doom-theme 'doom-molokai) + (setq doom-theme 'base16-3024) (setq doom-font (font-spec :family "Hack" :size 17))) #+END_SRC - Set the doom localleader to "," because it's faster -- cgit v1.2.3-13-gbd6f