From a48fb079dcf2a47ce332ca8b2c31ab1b0fe427eb Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 17 Feb 2021 22:58:16 -0500 Subject: [PATCH] [emacs] Move to homage-black theme --- emacs/.config/doom/config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index 42a3030..9bbb8bf 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -18,8 +18,8 @@ I change my default theme almost as often as the weather. I tend to revert back to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus for it's retro charm. Nimbus just doesn't look great when I'm tired though. #+BEGIN_SRC emacs-lisp -(setq doom-theme 'modus-vivendi - doom-font (font-spec :family "Iosevka" :size 12 :weight 'regular) +(setq doom-theme 'doom-homage-black + doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular) doom-big-font (font-spec :family "Iosevka" :size 18) doom-variable-pitch-font (font-spec :family "Overpass" :size 16)) #+END_SRC