From 0aa1b7d42902ef91fb182182ad4de110baac7fc9 Mon Sep 17 00:00:00 2001 From: David Roundy Date: Fri, 10 Aug 2007 19:47:24 +0200 Subject: increase default contrast in XPrompt. darcs-hash:20070810174724-72aca-20d1d02d461da8cf5c1fbfb8fb6299d3f7fc6551.gz --- XPrompt.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XPrompt.hs') 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 -- cgit v1.2.3