diff options
-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 |