diff options
Diffstat (limited to 'configs/shared/.emacs.d/wpc')
-rw-r--r-- | configs/shared/.emacs.d/wpc/packages/wpc-ui.el | 2 | ||||
-rw-r--r-- | configs/shared/.emacs.d/wpc/themes.el | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/configs/shared/.emacs.d/wpc/packages/wpc-ui.el b/configs/shared/.emacs.d/wpc/packages/wpc-ui.el index f1e722da03b8..2cf1aac6fe10 100644 --- a/configs/shared/.emacs.d/wpc/packages/wpc-ui.el +++ b/configs/shared/.emacs.d/wpc/packages/wpc-ui.el @@ -169,7 +169,7 @@ (laptop-battery/display)) ;; Load a theme -(themes/set "Wall-E") +(themes/set "Solarized Light") (provide 'wpc-ui) ;;; wpc-ui.el ends here 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" |