about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-ui.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-26T23·34+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-26T23·34+0000
commit47a0b45f5f5620aa683f90186008526b8a4c6d68 (patch)
tree920bf511d1597a45c91fb367016e489e30a3db74 /emacs/.emacs.d/wpc/wpc-ui.el
parent2f817e4dd7e7dd85541c31b3a030eee4662b48d7 (diff)
Change theme to doom-one
TL;DR
- Prefer doom-one theme to solarized light
- Prefer colorscheme/set to themes/set
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-ui.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-ui.el b/emacs/.emacs.d/wpc/wpc-ui.el
index 7b8e2eb9bc11..49bed84fdf7b 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)