improve documentation on fonts in Prompt

This commit is contained in:
Daniel Wagner
2016-06-22 13:17:28 -07:00
parent c2c6a94834
commit d6243c9564

View File

@@ -127,7 +127,7 @@ data XPState =
}
data XPConfig =
XPC { font :: String -- ^ Font
XPC { font :: String -- ^ Font; use the prefix @"xft:"@ for TrueType fonts
, bgColor :: String -- ^ Background color
, fgColor :: String -- ^ Font color
, fgHLight :: String -- ^ Font color of a highlighted completion entry