From dd9381939041cd4167e068930a54adb0ea6d501e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 1 Apr 2020 16:00:19 -0400 Subject: [PATCH] [emacs] Change default theme to srcery --- emacs/.config/doom/config.el | 2 +- emacs/.config/doom/config.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index da6dc16..6e664ba 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -5,7 +5,7 @@ (setq doom-font (font-spec :family "FuraCode Nerd Font Mono" :size 12)) (setq doom-big-font (font-spec :family "FuraCode Nerd Font Mono" :size 17)) -(setq doom-theme 'kaolin-aurora) +(setq doom-theme 'srcery) ;; Applies to current frame (set-frame-parameter nil 'internal-border-width 20) ; applies to the current frame diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index 965bdcb..7c33ffe 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -27,7 +27,7 @@ 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-big-font (font-spec :family "FuraCode Nerd Font Mono" :size 17)) -(setq doom-theme 'kaolin-aurora) +(setq doom-theme 'srcery) #+END_SRC ** Borders