diff options
| author | BardofSprites <[email protected]> | 2026-02-02 18:52:59 -0500 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-02-02 18:52:59 -0500 |
| commit | 4d37b87b6f20e1d15c9f41a187a1eba6ff5058ba (patch) | |
| tree | 4d240f034f5143303ac122484597e41a83345a13 | |
| parent | 1133a28fa651c18303e26a1ab622bb473c63f598 (diff) | |
old XMonad themes
| -rw-r--r-- | xmonad/.config/xmonad/lib/Colors/Ef/DeuteranopiaDark.hs | 16 | ||||
| -rw-r--r-- | xmonad/.config/xmonad/lib/Colors/GruvboxDark.hs | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/xmonad/.config/xmonad/lib/Colors/Ef/DeuteranopiaDark.hs b/xmonad/.config/xmonad/lib/Colors/Ef/DeuteranopiaDark.hs new file mode 100644 index 0000000..ef599c9 --- /dev/null +++ b/xmonad/.config/xmonad/lib/Colors/Ef/DeuteranopiaDark.hs @@ -0,0 +1,16 @@ +module Colors.Ef.DeuteranopiaDark where + +fg = "#ddddee" +bg = "#000a1f" +bg_active = "#445165" +bg_inactive = "#0d1429" +bg_alt = "#243145" +red = "#e47360" +green = "#7aad0f" +yellow = "#cfaf00" +active_fg = "#009fff" +active_border = "#003f8f" +tab_fg = "#ffffff" +inactive_border = "#7f8797" +purple = "#af80ea" +inactive_fg = "#7f8797" diff --git a/xmonad/.config/xmonad/lib/Colors/GruvboxDark.hs b/xmonad/.config/xmonad/lib/Colors/GruvboxDark.hs new file mode 100644 index 0000000..9dfc609 --- /dev/null +++ b/xmonad/.config/xmonad/lib/Colors/GruvboxDark.hs @@ -0,0 +1,16 @@ +module Colors.GruvboxDark where + +fg = "#ebdbb2" +bg = "#1d2021" +bg_active = "#282828" +bg_inactive = "#ff0000" +bg_alt = "#282828" +red = "#cc241d" +green = "#b8bb26" +yellow = "#dabd2f" +active_fg = "#83a598" +active_border = "#83a598" +tab_fg = "#83a598" +inactive_fg = "#928374" +purple = "#d3869b" +inactive_border = "#222222" |
