Support Solarized Light theme
I'm also making this my default theme for now. I'm growing a bit tired of randomly assigning themes, since my `terminator` theme is not coupled to my Emacs theme.
This commit is contained in:
parent
88a315eee1
commit
75aa59bac1
4 changed files with 11 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -78,6 +78,12 @@
|
|||
:font "Operator Mono Light"
|
||||
: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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue