From 47a0b45f5f5620aa683f90186008526b8a4c6d68 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 26 Mar 2020 23:34:40 +0000 Subject: [PATCH] Change theme to doom-one TL;DR - Prefer doom-one theme to solarized light - Prefer colorscheme/set to themes/set --- emacs/.emacs.d/wpc/wpc-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/wpc/wpc-ui.el b/emacs/.emacs.d/wpc/wpc-ui.el index 7b8e2eb9b..49bed84fd 100644 --- a/emacs/.emacs.d/wpc/wpc-ui.el +++ b/emacs/.emacs.d/wpc/wpc-ui.el @@ -173,7 +173,7 @@ (laptop-battery/display)) ;; Load a theme -(themes/set "Solarized Light") +(colorscheme/set 'doom-one) ;; Use the Doom modeline (use-package 'doom-modeline)