mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
increase default contrast in XPrompt.
This commit is contained in:
parent
468e2ff247
commit
ae5fa6c7e7
@ -102,10 +102,10 @@ data XPPosition = Top
|
||||
defaultXPConfig :: XPConfig
|
||||
defaultXPConfig =
|
||||
XPC { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
|
||||
, bgColor = "#666666"
|
||||
, bgColor = "#333333"
|
||||
, fgColor = "#FFFFFF"
|
||||
, fgHLight = "#000000"
|
||||
, bgHLight = "#999999"
|
||||
, bgHLight = "#BBBBBB"
|
||||
, borderColor = "#FFFFFF"
|
||||
, borderWidth = 1
|
||||
, position = Bottom
|
||||
|
Loading…
x
Reference in New Issue
Block a user