From a286f91ad72b39548baabfdb4aeadf7a21cc8a97 Mon Sep 17 00:00:00 2001 From: dx Date: Thu, 11 Jun 2020 01:02:15 +0100 Subject: ~theme: molokai -> gruvbox, font size: 17 -> 15 --- Doom/.doom.d/org/config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doom/.doom.d/org') 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 -- cgit v1.2.3-13-gbd6f