mirror of
https://github.com/jtdaugherty/brick.git
synced 2025-01-06 05:14:11 +03:00
Themes: clarify mapping customization
This commit is contained in:
parent
883dce30ff
commit
9ef9d08e72
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user