mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
XMonad.Prompt: remove white border from greenXPConfig
This commit is contained in:
@@ -223,7 +223,7 @@ defaultXPConfig =
|
||||
, showCompletionOnTab = False
|
||||
, searchPredicate = isPrefixOf
|
||||
}
|
||||
greenXPConfig = defaultXPConfig { fgColor = "green", bgColor = "black" }
|
||||
greenXPConfig = defaultXPConfig { fgColor = "green", bgColor = "black", promptBorderWidth = 0 }
|
||||
amberXPConfig = defaultXPConfig { fgColor = "#ca8f2d", bgColor = "black", fgHLight = "#eaaf4c" }
|
||||
|
||||
type ComplFunction = String -> IO [String]
|
||||
|
Reference in New Issue
Block a user