diff options
author | dx <aryadevchavali1@gmail.com> | 2020-06-11 01:02:15 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-06-11 01:02:15 +0100 |
commit | a286f91ad72b39548baabfdb4aeadf7a21cc8a97 (patch) | |
tree | a20e87f6e9ec94560ac875eb987e00b38fea6e52 | |
parent | 1b07dcdad9f9a1bb0fe2d8c57b54fd5639cca40a (diff) | |
download | dotfiles-a286f91ad72b39548baabfdb4aeadf7a21cc8a97.tar.gz dotfiles-a286f91ad72b39548baabfdb4aeadf7a21cc8a97.tar.bz2 dotfiles-a286f91ad72b39548baabfdb4aeadf7a21cc8a97.zip |
~theme: molokai -> gruvbox, font size: 17 -> 15
-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 |