Tweaking colors
This commit is contained in:
parent
de1a082435
commit
a497ff0398
2 changed files with 6 additions and 6 deletions
|
|
@ -44,8 +44,8 @@ mWorkspaces = map show [1 .. 9 :: Int]
|
|||
|
||||
-- Border colors for unfocused and focused windows, respectively.
|
||||
--
|
||||
mNormalBorderColor = "#999999"
|
||||
mFocusedBorderColor = "#dd0000"
|
||||
mNormalBorderColor = "#c3c6c8"
|
||||
mFocusedBorderColor = "#007998"
|
||||
|
||||
-- Custom keys
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue