From efb14d7443bf394aac5ffac38f592f498181a2c2 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:17:01 -0400 Subject: add doric-obsidian theme --- bin/.local/bin/scripts/xmonad-themechange | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin') 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" -- cgit v1.2.3