diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-18T17·00+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-18T17·00+0000 |
commit | 158b66fbb5525e318bd8ec81dbf9b527129db086 (patch) | |
tree | 3cda5fe9dc5758093c1b329cfc603cfcd3cce390 | |
parent | 2e4092f67e26ac26b077fbaf3dc5e4d947975ef5 (diff) |
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
-rw-r--r-- | configs/shared/.emacs.d/wpc/themes.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/shared/.emacs.d/wpc/themes.el b/configs/shared/.emacs.d/wpc/themes.el index 95af48cca2b6..5371082c03b4 100644 --- a/configs/shared/.emacs.d/wpc/themes.el +++ b/configs/shared/.emacs.d/wpc/themes.el @@ -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 |