diff options
author | William Carroll <wpcarro@gmail.com> | 2018-07-06T17·36-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-07-19T16·00-0400 |
commit | 71830b92d4e4e32e48cc593ddfa434208b6a6b6a (patch) | |
tree | 35fa41dc885e2998792469658b3ae3cda1456e1a /emacs.d/wpc | |
parent | a9fed7009d403d26e69fa1d257c39e92b3dabbc8 (diff) |
Update theme preferences
Yes my preferences changed AGAIN!
Diffstat (limited to 'emacs.d/wpc')
-rw-r--r-- | emacs.d/wpc/packages/wpc-ui.el | 2 |
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 8ea90c468900..307379495f1c 100644 --- a/emacs.d/wpc/packages/wpc-ui.el +++ b/emacs.d/wpc/packages/wpc-ui.el @@ -95,7 +95,7 @@ :config (setq doom-themes-enable-bold t doom-themes-enable-italic t) - (load-theme 'doom-city-lights t) + (load-theme 'doom-one t) (doom-themes-visual-bell-config) (doom-themes-org-config)) |