From eb748071cadf15ad09fbd7220e240ff878aa9911 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 10 Jan 2020 20:34:41 +0000 Subject: [PATCH] Define light theme Well, we have a lot of dark themes, so in the interest of diversity I now support light themes. --- configs/shared/.emacs.d/wpc/themes.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/shared/.emacs.d/wpc/themes.el b/configs/shared/.emacs.d/wpc/themes.el index 5f9e8b597..4873d1f4a 100644 --- a/configs/shared/.emacs.d/wpc/themes.el +++ b/configs/shared/.emacs.d/wpc/themes.el @@ -78,6 +78,12 @@ :font "Operator Mono Light" :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