From f2f86df2955d6eadb511e73a0651fa17f65719b9 Mon Sep 17 00:00:00 2001 From: BardofSprites Date: Fri, 8 Aug 2025 16:13:41 -0500 Subject: XMonad vivendi tinted theme --- .../.config/xmonad/lib/Colors/Modus/Vivendi-Tinted.hs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 xmonad/.config/xmonad/lib/Colors/Modus/Vivendi-Tinted.hs 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" -- cgit v1.2.3