Themes: clarify mapping customization

This commit is contained in:
Jonathan Daugherty 2017-10-29 19:39:48 -07:00
parent 883dce30ff
commit 9ef9d08e72

View File

@ -61,7 +61,9 @@ data Theme =
-- for user customization of the theme.
, themeCustomMapping :: M.Map AttrName CustomAttr
-- ^ Customizations for individual entries of the default
-- mapping.
-- mapping. Note that this will only affect entries in the
-- default mapping; any attributes named here that are not
-- present in the default mapping will not be considered.
}
deriving (Eq, Read, Show, Generic)