diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/scripts/xmonad-themechange | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/.local/bin/scripts/xmonad-themechange b/bin/.local/bin/scripts/xmonad-themechange index ee48b25..ccd28b0 100755 --- a/bin/.local/bin/scripts/xmonad-themechange +++ b/bin/.local/bin/scripts/xmonad-themechange @@ -1,6 +1,6 @@ #!/usr/bin/bash -themes=("Gruber Darker" "Modus Vivendi" "Ef Arbutus" "Ef Autumn") +themes=("Gruber Darker" "Modus Vivendi" "Ef Arbutus" "Ef Elea Dark" "Ef Autumn") selected_theme=$(printf "%s\n" "${themes[@]}" | dmenu -p "Select a theme:") @@ -36,6 +36,13 @@ apply_generic_theme() { apply_emacs_theme "ef-arbutus" xrdb -merge ~/.Xresources.d/Xresources.arbutus ;; + "Ef Elea Dark") + BG_COLOR="#222524" + FG_COLOR="#eaf2ef" + XMONAD_MODULE="Ef.EleaDark" + apply_emacs_theme "ef-elea-dark" + xrdb -merge ~/.Xresources.d/Xresources.elea-dark + ;; "Ef Autumn") BG_COLOR="#0f0e06" FG_COLOR="#cfbcba" |
