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:
parent
2e4092f67e
commit
158b66fbb5
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue