From 361a0f7277fba045ae41f8b422090131ea73efa2 Mon Sep 17 00:00:00 2001 From: oreodave Date: Tue, 19 Nov 2019 22:41:40 +0000 Subject: ~theme from gruvbox to solarized dark --- doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom.d/config.org b/doom.d/config.org index d40e32b..19574b3 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -12,7 +12,7 @@ Setting up variables and basic stuff that doesn't require a lot of work. (after! core-keybinds (setq doom-localleader-key ",") (setq doom-font (font-spec :family "Hack" :size 19)) - (setq doom-theme 'doom-gruvbox)) + (setq doom-theme 'doom-solarized-dark)) #+END_SRC - Set the doom localleader to "," because it's faster - Using the font [[https://sourcefoundry.org/hack/][Hack]] with Fira code ligatures -- cgit v1.2.3-13-gbd6f