ENH make prompt slightly larger
This commit is contained in:
parent
7d4558bc02
commit
17215dd249
|
@ -166,13 +166,13 @@ tabbedTheme = D.def
|
||||||
|
|
||||||
promptTheme :: P.XPConfig
|
promptTheme :: P.XPConfig
|
||||||
promptTheme = P.def
|
promptTheme = P.def
|
||||||
{ P.font = fmtFontXFT font
|
{ P.font = fmtFontXFT font { size = Just 12 }
|
||||||
, P.bgColor = bgColor
|
, P.bgColor = bgColor
|
||||||
, P.fgColor = fgColor
|
, P.fgColor = fgColor
|
||||||
, P.fgHLight = selectedFgColor
|
, P.fgHLight = selectedFgColor
|
||||||
, P.bgHLight = selectedBgColor
|
, P.bgHLight = selectedBgColor
|
||||||
, P.borderColor = bordersColor
|
, P.borderColor = bordersColor
|
||||||
, P.promptBorderWidth = 1
|
, P.promptBorderWidth = 1
|
||||||
, P.height = 30
|
, P.height = 35
|
||||||
, P.position = P.CenteredAt 0.5 0.5
|
, P.position = P.CenteredAt 0.5 0.5
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue