about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-ui.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-10-02T10·30+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-10-02T10·30+0100
commitfb5952857ee427be0734ad39a6cb21b151ea2bbf (patch)
treefe9a47d98711097268cb748cac220eb598dea194 /emacs/.emacs.d/wpc/wpc-ui.el
parent204c0beb837e06d36de1acedab6a7d07b2623726 (diff)
Prefer doom-acario-dark theme
I recently looked at the updated Doom themes, and the screenshot for this one
looked appealing. I'm going to give it a try.
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-ui.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-ui.el b/emacs/.emacs.d/wpc/wpc-ui.el
index 6d407e6f59af..e555936f7b4a 100644
--- a/emacs/.emacs.d/wpc/wpc-ui.el
+++ b/emacs/.emacs.d/wpc/wpc-ui.el
@@ -167,7 +167,7 @@
     (progn
       (fonts-whitelist-set "JetBrainsMono")
       (fonts-enable-ligatures)
-      (colorscheme-whitelist-set 'doom-solarized-light))
+      (colorscheme-whitelist-set 'doom-acario-dark))
   (load-theme 'wombat))
 
 (modeline-setup)