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 /xmonad | |
| parent | 57b77224c54d2fb1812c9e5c4f15d43ff6bda2be (diff) | |
add doric-obsidian theme
Diffstat (limited to 'xmonad')
| -rw-r--r-- | xmonad/.config/xmonad/lib/Colors/Doric/Obsidian.hs | 16 | ||||
| -rw-r--r-- | xmonad/.config/xmonad/xmonad.hs | 2 |
2 files changed, 17 insertions, 1 deletions
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 |
