about summary refs log tree commit diff
path: root/configs/shared/.emacs.d/wpc/themes.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-18T17·00+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-18T17·00+0000
commit158b66fbb5525e318bd8ec81dbf9b527129db086 (patch)
tree3cda5fe9dc5758093c1b329cfc603cfcd3cce390 /configs/shared/.emacs.d/wpc/themes.el
parent2e4092f67e26ac26b077fbaf3dc5e4d947975ef5 (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
Diffstat (limited to 'configs/shared/.emacs.d/wpc/themes.el')
-rw-r--r--configs/shared/.emacs.d/wpc/themes.el7
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