chore(xmonad): fix border color to match theme

This commit is contained in:
Afonso Franco 2024-09-07 03:12:39 +01:00
parent 21cb4e9b39
commit 3cff96ff1d
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4

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