[XMonad] Set active border to yellow

This commit is contained in:
Ivan Malison 2017-07-29 00:37:54 -07:00
parent 53ef31a072
commit fe05ed79cd
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -75,9 +75,9 @@ myConfig = def
, terminal = "termite"
, manageHook = myManageHook <+> manageHook def
, layoutHook = myLayoutHook
, borderWidth = 2
, borderWidth = 3
, normalBorderColor = "#000000"
, focusedBorderColor = "#455a64"
, focusedBorderColor = "#ffff00"
, logHook =
updatePointer (0.5, 0.5) (0, 0) +++
toggleFadeInactiveLogHook 0.9 +++ workspaceHistoryHook