mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
increase default contrast in XPrompt.
This commit is contained in:
parent
468e2ff247
commit
ae5fa6c7e7
@ -102,10 +102,10 @@ data XPPosition = Top
|
|||||||
defaultXPConfig :: XPConfig
|
defaultXPConfig :: XPConfig
|
||||||
defaultXPConfig =
|
defaultXPConfig =
|
||||||
XPC { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
|
XPC { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
|
||||||
, bgColor = "#666666"
|
, bgColor = "#333333"
|
||||||
, fgColor = "#FFFFFF"
|
, fgColor = "#FFFFFF"
|
||||||
, fgHLight = "#000000"
|
, fgHLight = "#000000"
|
||||||
, bgHLight = "#999999"
|
, bgHLight = "#BBBBBB"
|
||||||
, borderColor = "#FFFFFF"
|
, borderColor = "#FFFFFF"
|
||||||
, borderWidth = 1
|
, borderWidth = 1
|
||||||
, position = Bottom
|
, position = Bottom
|
||||||
|
Loading…
x
Reference in New Issue
Block a user