diff options
Diffstat (limited to 'Doom/.doom.d/org')
-rw-r--r-- | Doom/.doom.d/org/config.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org index af92086..396b889 100644 --- a/Doom/.doom.d/org/config.org +++ b/Doom/.doom.d/org/config.org @@ -27,8 +27,8 @@ Then just iterate and load them via =org-babel-load-file=. (after! core-keybinds (map! :leader "," nil) (setq doom-localleader-key "SPC ,") - (setq doom-theme 'doom-molokai) - (setq doom-font (font-spec :family "Hack" :size 17))) + (setq doom-theme 'doom-gruvbox) + (setq doom-font (font-spec :family "Hack" :size 15))) #+END_SRC ** Other variables Some quality of life things and others that I couldn't really put in one category |