diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-06T10·11+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-06T15·25+0000 |
commit | 8c667af902e985f6699bc0b4f1f8d30681771232 (patch) | |
tree | 45999224b10c819d633b433c530374aab4db63ca /configs | |
parent | 9f209f5ccd765245e3b97457293bfd9498aaf456 (diff) |
Support Wall-E theme
Add Wall-E theme to consume the latest `doom-material` theme.
Diffstat (limited to 'configs')
-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 bbd80b9062c8..f1e722da03b8 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 (themes/random)) +(themes/set "Wall-E") (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 5e27dd11254f..5f9e8b597ff0 100644 --- a/configs/shared/.emacs.d/wpc/themes.el +++ b/configs/shared/.emacs.d/wpc/themes.el @@ -85,6 +85,12 @@ :wallpaper "lightbulb_4k.jpg" :colorscheme 'base16-atelier-cave)) (dotted/new + "Wall-E" + (make-theme + :font "Input Mono Medium" + :wallpaper "walle_4k.jpg" + :colorscheme 'doom-material)) + (dotted/new "Galaxy" (make-theme :font "Source Code Pro" |