diff options
Diffstat (limited to 'configs/shared/.emacs.d/wpc/themes.el')
-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 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" |