From d101d4f9d1d9965648940c50b92de263753d6ef8 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 25 Mar 2020 17:33:40 -0400 Subject: [PATCH] Switch #emacs to kaolin-aurora theme --- emacs/.config/doom/config.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index c7f911b..d8dc634 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -26,10 +26,8 @@ suffers, so we have Fira Mono to fall back on. #+BEGIN_SRC emacs-lisp (setq doom-font (font-spec :family "FuraCode Nerd Font Mono" :size 12)) -;(setq doom-font (font-spec :family "Go Mono" :size 12)) (setq doom-big-font (font-spec :family "FuraCode Nerd Font Mono" :size 18)) - -(setq doom-theme 'doom-one) +(setq doom-theme 'kaolin-aurora) #+END_SRC ** Borders