[xmonad] fix border color to match theme

This commit is contained in:
Afonso Franco 2024-09-07 03:12:39 +01:00
parent c5e61f0355
commit e492e31e42
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54

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