From f4fa363c19235d8d8f41eac421aeb2d07da3ed9c Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 16 Jun 2020 11:49:33 +0100 Subject: [PATCH] Prefer Solarized Light theme I've said it once, and I'll say it again: my preferences often change. --- 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 f165e8c5e..7b8e2eb9b 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)