mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-04 06:01:53 -07:00
Revert accidental change to border color
This commit is contained in:
@@ -74,7 +74,7 @@ numlockMask = mod2Mask
|
|||||||
-- Border colors for unfocused and focused windows, respectively.
|
-- Border colors for unfocused and focused windows, respectively.
|
||||||
normalBorderColor, focusedBorderColor :: String
|
normalBorderColor, focusedBorderColor :: String
|
||||||
normalBorderColor = "#dddddd"
|
normalBorderColor = "#dddddd"
|
||||||
focusedBorderColor = "#5fbf77"
|
focusedBorderColor = "#ff0000"
|
||||||
|
|
||||||
-- Width of the window border in pixels
|
-- Width of the window border in pixels
|
||||||
borderWidth :: Dimension
|
borderWidth :: Dimension
|
||||||
|
Reference in New Issue
Block a user