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 :: XPConfig
defaultXPConfig = defaultXPConfig =
XPC { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" XPC { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
, bgColor = "#666666" , bgColor = "#333333"
, fgColor = "#FFFFFF" , fgColor = "#FFFFFF"
, fgHLight = "#000000" , fgHLight = "#000000"
, bgHLight = "#999999" , bgHLight = "#BBBBBB"
, borderColor = "#FFFFFF" , borderColor = "#FFFFFF"
, borderWidth = 1 , borderWidth = 1
, position = Bottom , position = Bottom