mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
XMonad.Prompt: remove white border from greenXPConfig
This commit is contained in:
parent
de9a2e8adb
commit
38228517eb
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user