about summary refs log tree commit diff
path: root/emacs.d/wpc/packages
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-06-15T18·27-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-07-19T16·00-0400
commitb9d2e04efbe00a7385a871a4c4f8eb4d9cec6c62 (patch)
tree0f93ba2d030d11dbdb567c13180d4d3fad3bb0ca /emacs.d/wpc/packages
parentad496994c82b445c5f47956179f86ec5a7e26838 (diff)
Change theme preferences
You know how it is...
Diffstat (limited to 'emacs.d/wpc/packages')
-rw-r--r--emacs.d/wpc/packages/wpc-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/wpc/packages/wpc-ui.el b/emacs.d/wpc/packages/wpc-ui.el
index e4f0cd9f7ea5..d712bf939ffe 100644
--- a/emacs.d/wpc/packages/wpc-ui.el
+++ b/emacs.d/wpc/packages/wpc-ui.el
@@ -75,7 +75,7 @@
   :config
   (setq doom-themes-enable-bold t
         doom-themes-enable-italic t)
-  (load-theme 'doom-solarized-light t)
+  (load-theme 'doom-city-lights t)
   (doom-themes-visual-bell-config)
   (doom-themes-org-config))