ENH make prompt slightly larger

This commit is contained in:
Nathan Dwarshuis 2020-04-01 22:49:36 -04:00
parent 7d4558bc02
commit 17215dd249
1 changed files with 2 additions and 2 deletions

View File

@ -166,13 +166,13 @@ tabbedTheme = D.def
promptTheme :: P.XPConfig
promptTheme = P.def
{ P.font = fmtFontXFT font
{ P.font = fmtFontXFT font { size = Just 12 }
, P.bgColor = bgColor
, P.fgColor = fgColor
, P.fgHLight = selectedFgColor
, P.bgHLight = selectedBgColor
, P.borderColor = bordersColor
, P.promptBorderWidth = 1
, P.height = 30
, P.height = 35
, P.position = P.CenteredAt 0.5 0.5
}