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