From df58ed4188a35406967e573969c28770c79e96eb Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:59:10 -0500 Subject: add 2 more themes --- bin/.local/bin/scripts/xmonad-themechange | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/bin/.local/bin/scripts/xmonad-themechange b/bin/.local/bin/scripts/xmonad-themechange index 666554a..c7e1280 100755 --- a/bin/.local/bin/scripts/xmonad-themechange +++ b/bin/.local/bin/scripts/xmonad-themechange @@ -1,10 +1,12 @@ #!/usr/bin/env bash themes=("Gruber Darker" + "Gruvbox Dark" "Modus Vivendi" "Modus Operandi" "Modus Operandi Tinted" "Ef Arbutus" + "Ef Deuteranopia Dark" "Ef Eagle" "Ef Elea Dark" "Ef Autumn" @@ -30,6 +32,13 @@ apply_generic_theme() { apply_emacs_theme "gruber-darker" xrdb -merge ~/.Xresources.d/Xresources.gruber ;; + "Gruvbox Dark") + BG_COLOR="#1d2021" + FG_COLOR="#ebdbb2" + XMONAD_MODULE="GruvboxDark" + apply_emacs_theme "doom-gruvbox" + xrdb -merge ~/.Xresources.d/Xresources.gruvbox + ;; "Modus Vivendi") BG_COLOR="#000000" FG_COLOR="#ffffff" @@ -58,6 +67,13 @@ apply_generic_theme() { apply_emacs_theme "ef-arbutus" xrdb -merge ~/.Xresources.d/Xresources.arbutus ;; + "Ef Deuteranopia Dark") + BG_COLOR="#000a1f" + FG_COLOR="#ddddee" + XMONAD_MODULE="Ef.DeuteranopiaDark" + apply_emacs_theme "ef-deuteranopia-dark" + xrdb -merge ~/.Xresources.d/Xresources.deuteranopia-dark + ;; "Ef Eagle") BG_COLOR="#f1ecd0" FG_COLOR="#231a1f" @@ -86,7 +102,7 @@ apply_generic_theme() { apply_emacs_theme "ef-melissa-dark" xrdb -merge ~/.Xresources.d/Xresources.melissa-dark ;; - *) + *) BG_COLOR="#181818" FG_COLOR="#e4e4e4" ;; -- cgit v1.2.3