aboutsummaryrefslogtreecommitdiff
path: root/Doom
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-06-11 01:02:15 +0100
committerdx <aryadevchavali1@gmail.com>2020-06-11 01:02:15 +0100
commita286f91ad72b39548baabfdb4aeadf7a21cc8a97 (patch)
treea20e87f6e9ec94560ac875eb987e00b38fea6e52 /Doom
parent1b07dcdad9f9a1bb0fe2d8c57b54fd5639cca40a (diff)
downloaddotfiles-a286f91ad72b39548baabfdb4aeadf7a21cc8a97.tar.gz
dotfiles-a286f91ad72b39548baabfdb4aeadf7a21cc8a97.tar.bz2
dotfiles-a286f91ad72b39548baabfdb4aeadf7a21cc8a97.zip
~theme: molokai -> gruvbox, font size: 17 -> 15
Diffstat (limited to 'Doom')
-rw-r--r--Doom/.doom.d/org/config.org4
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