Support Gruvbox theme

Add Gruvbox theme in themes.el.

Also made a note to consider supporting themes:
- with solid colors as wallpaper
- without compton's transparency
This commit is contained in:
William Carroll 2020-01-18 17:00:22 +00:00
parent 2e4092f67e
commit 158b66fbb5

View file

@ -78,6 +78,13 @@
:font "Operator Mono Light"
:wallpaper "geometric_dark_4k.jpg"
:colorscheme 'doom-vibrant))
;; TODO: Support setting backgrounds as solid colors.
(dotted/new
"Gruvbox"
(make-theme
:font "JetBrainsMono"
:wallpaper "geometric_dark_4k.jpg"
:colorscheme 'doom-gruvbox))
(dotted/new
"Solarized Light"
(make-theme