[xmonad] fix border color to match theme
This commit is contained in:
parent
c5e61f0355
commit
e492e31e42
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ windowCount :: X (Maybe String)
|
||||||
windowCount = gets $ Just . show . length . W.integrate' . W.stack . W.workspace . W.current . windowset
|
windowCount = gets $ Just . show . length . W.integrate' . W.stack . W.workspace . W.current . windowset
|
||||||
|
|
||||||
myNormalBorderColor = "#534783"
|
myNormalBorderColor = "#534783"
|
||||||
myFocusedBorderColor = "#01F9C6"
|
myFocusedBorderColor = "#B8BB26"
|
||||||
|
|
||||||
myBorderWidth = 1
|
myBorderWidth = 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue