chore(xmonad): fix border color to match theme

This commit is contained in:
2024-09-07 03:12:39 +01:00
parent 21cb4e9b39
commit 3cff96ff1d

View File

@@ -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