XMonad.Prompt: remove white border from greenXPConfig

This commit is contained in:
gwern0 2010-02-11 16:36:41 +00:00
parent de9a2e8adb
commit 38228517eb

View File

@ -223,7 +223,7 @@ defaultXPConfig =
, showCompletionOnTab = False , showCompletionOnTab = False
, searchPredicate = isPrefixOf , searchPredicate = isPrefixOf
} }
greenXPConfig = defaultXPConfig { fgColor = "green", bgColor = "black" } greenXPConfig = defaultXPConfig { fgColor = "green", bgColor = "black", promptBorderWidth = 0 }
amberXPConfig = defaultXPConfig { fgColor = "#ca8f2d", bgColor = "black", fgHLight = "#eaaf4c" } amberXPConfig = defaultXPConfig { fgColor = "#ca8f2d", bgColor = "black", fgHLight = "#eaaf4c" }
type ComplFunction = String -> IO [String] type ComplFunction = String -> IO [String]