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 +++++++ xmonad/.config/xmonad/lib/Colors/Doric/Obsidian.hs | 16 ++++++++++++++++ xmonad/.config/xmonad/xmonad.hs | 2 +- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 xmonad/.config/xmonad/lib/Colors/Doric/Obsidian.hs 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" diff --git a/xmonad/.config/xmonad/lib/Colors/Doric/Obsidian.hs b/xmonad/.config/xmonad/lib/Colors/Doric/Obsidian.hs new file mode 100644 index 0000000..0435340 --- /dev/null +++ b/xmonad/.config/xmonad/lib/Colors/Doric/Obsidian.hs @@ -0,0 +1,16 @@ +module Colors.Doric.Obsidian where + +fg = "#ebdbb2" +bg = "#181818" +bg_active = "#505050" +bg_inactive = "#ff0000" +bg_alt = "#00f" +red = "#4d1f20" +green = "#b9d0aa" +yellow = "#c0b080" +purple = "#e9acbf" +active_fg = "#b0b0b0" +active_border = "#b0b0b0" +tab_fg = "#b0b0b0" +inactive_fg = "#505050" +inactive_border = "#181818" diff --git a/xmonad/.config/xmonad/xmonad.hs b/xmonad/.config/xmonad/xmonad.hs index 07066e0..e76b4fc 100644 --- a/xmonad/.config/xmonad/xmonad.hs +++ b/xmonad/.config/xmonad/xmonad.hs @@ -46,7 +46,7 @@ import Control.Monad (when) import Data.List (find) -- Custom theme -import Colors.Ef.Autumn +import Colors.Doric.Obsidian main :: IO() main = do -- cgit v1.2.3