From e538ac97155443ca851c9fd59e3501f983ed195e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 9 Feb 2021 13:01:11 -0500 Subject: [PATCH] [emacs] Enjoying modus-vivendi theme these days --- emacs/.config/doom/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index 97e78a7..42a3030 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -18,7 +18,7 @@ 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 'doom-Iosvkem +(setq doom-theme 'modus-vivendi doom-font (font-spec :family "Iosevka" :size 12 :weight 'regular) doom-big-font (font-spec :family "Iosevka" :size 18) doom-variable-pitch-font (font-spec :family "Overpass" :size 16))