diff options
author | William Carroll <wpcarro@gmail.com> | 2020-06-16T10·49+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-06-16T10·49+0100 |
commit | f4fa363c19235d8d8f41eac421aeb2d07da3ed9c (patch) | |
tree | d36d645709bd49b7503b10df2260f6d8ad073fc5 /emacs/.emacs.d/wpc/wpc-ui.el | |
parent | ef3cba1b395544a53ac56945eadf5207a9e82c1e (diff) |
Prefer Solarized Light theme
I've said it once, and I'll say it again: my preferences often change.
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-ui.el')
-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 f165e8c5eac3..7b8e2eb9bc11 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 "Gruvbox") +(themes/set "Solarized Light") ;; Use the Doom modeline (use-package 'doom-modeline) |