aboutsummaryrefslogtreecommitdiff
path: root/xmonad
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-08-08 16:13:41 -0500
committerBardofSprites <[email protected]>2025-08-08 16:13:41 -0500
commitf2f86df2955d6eadb511e73a0651fa17f65719b9 (patch)
treeec57852a4a1a8c7746c5daf0247187450f341494 /xmonad
parentcc79b62f913cf3259c1b6de8ed7403aa99d46903 (diff)
XMonad vivendi tinted theme
Diffstat (limited to 'xmonad')
-rw-r--r--xmonad/.config/xmonad/lib/Colors/Modus/Vivendi-Tinted.hs17
1 files changed, 17 insertions, 0 deletions
diff --git a/xmonad/.config/xmonad/lib/Colors/Modus/Vivendi-Tinted.hs b/xmonad/.config/xmonad/lib/Colors/Modus/Vivendi-Tinted.hs
new file mode 100644
index 0000000..867d507
--- /dev/null
+++ b/xmonad/.config/xmonad/lib/Colors/Modus/Vivendi-Tinted.hs
@@ -0,0 +1,17 @@
+module Colors.Modus.Vivendi where
+
+import XMonad
+
+fg = "#ffffff"
+bg = "#0d0e1c"
+bg_active = "#4a4f69"
+bg_alt = "#303030"
+red = "#ff5f59"
+green = "#70b900"
+yellow = "#cabf00"
+active_fg = "#b6a0ff"
+active_border = "#959595"
+tab_fg = "#ffffff"
+inactive_border = "#2d2d2d"
+purple = "#b6a0ff"
+inactive_fg = "#959595"