diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-19 22:41:40 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-19 22:41:40 +0000 |
commit | 361a0f7277fba045ae41f8b422090131ea73efa2 (patch) | |
tree | a25a69631a74dd6803ad3764298f3c75ce0e7af8 | |
parent | 058c31edd6a3003b31202616ba5e75cd44a4a440 (diff) | |
download | dotfiles-361a0f7277fba045ae41f8b422090131ea73efa2.tar.gz dotfiles-361a0f7277fba045ae41f8b422090131ea73efa2.tar.bz2 dotfiles-361a0f7277fba045ae41f8b422090131ea73efa2.zip |
~theme from gruvbox to solarized dark
-rw-r--r-- | doom.d/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
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 |