From 158b66fbb5525e318bd8ec81dbf9b527129db086 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 18 Jan 2020 17:00:22 +0000 Subject: 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 --- configs/shared/.emacs.d/wpc/themes.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs/shared') 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 -- cgit 1.4.1