Support Wall-E theme
Add Wall-E theme to consume the latest `doom-material` theme.
This commit is contained in:
parent
9f209f5ccd
commit
8c667af902
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -84,6 +84,12 @@
|
|||
:font "Operator Mono Light"
|
||||
: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
|
||||
|
|
Loading…
Reference in a new issue