diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-26T23·34+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-26T23·34+0000 |
commit | 47a0b45f5f5620aa683f90186008526b8a4c6d68 (patch) | |
tree | 920bf511d1597a45c91fb367016e489e30a3db74 /emacs/.emacs.d | |
parent | 2f817e4dd7e7dd85541c31b3a030eee4662b48d7 (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')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-ui.el | 2 |
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) |