aboutsummaryrefslogtreecommitdiffstats
path: root/XPrompt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XPrompt.hs')
-rw-r--r--XPrompt.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XPrompt.hs b/XPrompt.hs
index 30b567a..d0a0256 100644
--- a/XPrompt.hs
+++ b/XPrompt.hs
@@ -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