about summary refs log tree commit diff
path: root/configs/shared/.emacs.d
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-10T20·34+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-17T10·56+0000
commiteb748071cadf15ad09fbd7220e240ff878aa9911 (patch)
treea75955644f51e9c552ce0e6ee8b3edaa89f68b9d /configs/shared/.emacs.d
parent5a60ab886e5ab74e656665c0d67dc1024336f251 (diff)
Define light theme
Well, we have a lot of dark themes, so in the interest of diversity I now
support light themes.
Diffstat (limited to 'configs/shared/.emacs.d')
-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 5f9e8b597ff0..4873d1f4ac80 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
+         "Lightness"
+         (make-theme
+          :font "Input Mono Medium"
+          :wallpaper "construction_paper_iceberg_4k.jpg"
+          :colorscheme 'doom-one-light))
+        (dotted/new
          "Edison Lightbulb"
          (make-theme
           :font "Operator Mono Light"