about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/packages/wpc-ui.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-13T10·30+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-17T10·56+0000
commit75aa59bac13c4cd8e96947c741556678ba84000e (patch)
treeb4f01424c3a60f047f0b3eebfaee346a5b7bc6ff /configs/shared/.emacs.d/wpc/packages/wpc-ui.el
parent88a315eee1046451e0cd67656ef8c960fed1214b (diff)
Support Solarized Light theme
I'm also making this my default theme for now. I'm growing a bit tired of
randomly assigning themes, since my `terminator` theme is not coupled to my
Emacs theme.
Diffstat (limited to 'configs/shared/.emacs.d/wpc/packages/wpc-ui.el')
-rw-r--r--configs/shared/.emacs.d/wpc/packages/wpc-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/.emacs.d/wpc/packages/wpc-ui.el b/configs/shared/.emacs.d/wpc/packages/wpc-ui.el
index f1e722da03b8..2cf1aac6fe10 100644
--- a/configs/shared/.emacs.d/wpc/packages/wpc-ui.el
+++ b/configs/shared/.emacs.d/wpc/packages/wpc-ui.el
@@ -169,7 +169,7 @@
   (laptop-battery/display))
 
 ;; Load a theme
-(themes/set "Wall-E")
+(themes/set "Solarized Light")
 
 (provide 'wpc-ui)
 ;;; wpc-ui.el ends here