diff options
Diffstat (limited to 'emacs')
-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 49bed84fdf7b..f165e8c5eac3 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 -(colorscheme/set 'doom-one) +(themes/set "Gruvbox") ;; Use the Doom modeline (use-package 'doom-modeline) |