diff options
| author | BardofSprites <[email protected]> | 2026-04-23 00:17:01 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-04-23 00:17:01 -0400 |
| commit | efb14d7443bf394aac5ffac38f592f498181a2c2 (patch) | |
| tree | b7e364df3d55413fd34dfdbc42ae0acd5f67427a /bin | |
| parent | 57b77224c54d2fb1812c9e5c4f15d43ff6bda2be (diff) | |
add doric-obsidian theme
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/scripts/xmonad-themechange | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/.local/bin/scripts/xmonad-themechange b/bin/.local/bin/scripts/xmonad-themechange index c7e1280..b16ee2d 100755 --- a/bin/.local/bin/scripts/xmonad-themechange +++ b/bin/.local/bin/scripts/xmonad-themechange @@ -102,6 +102,13 @@ apply_generic_theme() { apply_emacs_theme "ef-melissa-dark" xrdb -merge ~/.Xresources.d/Xresources.melissa-dark ;; + "Doric Obsidian") + BG_COLOR="#181818" + FG_COLOR="#e7e7e7" + XMONAD_MODULE="Doric.Obsidian" + apply_emacs_theme "doric-obsidian" + xrdb -merge ~/.Xresources.d/Xresources.obsidian + ;; *) BG_COLOR="#181818" FG_COLOR="#e4e4e4" |
