diff options
author | William Carroll <wpcarro@gmail.com> | 2018-06-15T18·27-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-07-19T16·00-0400 |
commit | b9d2e04efbe00a7385a871a4c4f8eb4d9cec6c62 (patch) | |
tree | 0f93ba2d030d11dbdb567c13180d4d3fad3bb0ca | |
parent | ad496994c82b445c5f47956179f86ec5a7e26838 (diff) |
Change theme preferences
You know how it is...
-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 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)) |