From d51748028a061cd784be0c0008165f30eabd0cf5 Mon Sep 17 00:00:00 2001 From: gwern0 Date: Wed, 19 Nov 2008 22:25:02 +0100 Subject: Prompt.hs: replace magic numbers with understandable names Ignore-this: 8401c0213be9a32c925e1bd0ba5e01f1 darcs-hash:20081119212502-f7719-cf99c92cd71fbd5c68c5f5dd904278b07886ab66.gz --- XMonad/Prompt.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'XMonad/Prompt.hs') diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs index d2ddd53..129d547 100644 --- a/XMonad/Prompt.hs +++ b/XMonad/Prompt.hs @@ -177,11 +177,11 @@ data XPPosition = Top defaultXPConfig :: XPConfig defaultXPConfig = XPC { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" - , bgColor = "#333333" - , fgColor = "#FFFFFF" - , fgHLight = "#000000" - , bgHLight = "#BBBBBB" - , borderColor = "#FFFFFF" + , bgColor = "grey22" + , fgColor = "grey80" + , fgHLight = "black" + , bgHLight = "grey" + , borderColor = "white" , promptBorderWidth = 1 , position = Bottom , height = 18 -- cgit v1.2.3