diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-10T20·34+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-17T10·56+0000 |
commit | eb748071cadf15ad09fbd7220e240ff878aa9911 (patch) | |
tree | a75955644f51e9c552ce0e6ee8b3edaa89f68b9d | |
parent | 5a60ab886e5ab74e656665c0d67dc1024336f251 (diff) |
Define light theme
Well, we have a lot of dark themes, so in the interest of diversity I now support light themes.
-rw-r--r-- | configs/shared/.emacs.d/wpc/themes.el | 6 |
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" |