diff options
author | odave <aryadevchavali1@gmail.com> | 2020-03-26 13:56:47 +0000 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-03-26 14:43:19 +0000 |
commit | 69af0bc2d35c5cd126a6aeefa2a3e76e818c479c (patch) | |
tree | b7e78ea1c6f92526b577c762a05a5e1db389f4ca /doom.d/config/config.org | |
parent | d48e8f2b2ddface3de01454f54bf6c24c8843a7e (diff) | |
download | dotfiles-69af0bc2d35c5cd126a6aeefa2a3e76e818c479c.tar.gz dotfiles-69af0bc2d35c5cd126a6aeefa2a3e76e818c479c.tar.bz2 dotfiles-69af0bc2d35c5cd126a6aeefa2a3e76e818c479c.zip |
~set the default theme doom-molokai -> base16-3024
Diffstat (limited to 'doom.d/config/config.org')
-rw-r--r-- | doom.d/config/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
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 |