increase default contrast in XPrompt.

This commit is contained in:
David Roundy 2007-08-10 17:47:24 +00:00
parent 468e2ff247
commit ae5fa6c7e7

View File

@ -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