From 3cff96ff1def4adcf89a46a426c8addff2d339da Mon Sep 17 00:00:00 2001 From: afranco Date: Sat, 7 Sep 2024 03:12:39 +0100 Subject: [PATCH] chore(xmonad): fix border color to match theme --- .config/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index 3380abd..ce1d482 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -59,7 +59,7 @@ windowCount :: X (Maybe String) windowCount = gets $ Just . show . length . W.integrate' . W.stack . W.workspace . W.current . windowset myNormalBorderColor = "#534783" -myFocusedBorderColor = "#01F9C6" +myFocusedBorderColor = "#B8BB26" myBorderWidth = 1