about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/themes.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/themes.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/themes.el')
-rw-r--r--configs/shared/.emacs.d/wpc/themes.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/wpc/themes.el b/configs/shared/.emacs.d/wpc/themes.el
index 4873d1f4ac80..1ea1620c710d 100644
--- a/configs/shared/.emacs.d/wpc/themes.el
+++ b/configs/shared/.emacs.d/wpc/themes.el
@@ -79,6 +79,12 @@
           :wallpaper "geometric_dark_4k.jpg"
           :colorscheme 'doom-vibrant))
         (dotted/new
+         "Solarized Light"
+         (make-theme
+          :font "Input Mono Medium"
+          :wallpaper "solarized_light_thinkpad.jpg"
+          :colorscheme 'doom-solarized-light))
+        (dotted/new
          "Lightness"
          (make-theme
           :font "Input Mono Medium"