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/shared/.emacs.d/wpc/themes.el | |
parent | 9f209f5ccd765245e3b97457293bfd9498aaf456 (diff) |
Support Wall-E theme
Add Wall-E theme to consume the latest `doom-material` theme.
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 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" |