guide: nit

This commit is contained in:
Jonathan Daugherty 2017-11-05 11:01:33 -08:00
parent 37baca5ac1
commit 135965ed1c

View File

@ -778,12 +778,12 @@ Customizations are written in an INI-style file. Here's an example:
otherAttribute.style = [underline, bold]
otherAttribute.inner.fg = white
In the above example, the theme's *default attribute* -- the one
that is used when no other attributes are used -- is customized. Its
foreground and background colors are set. Then, other attributes
specified by the theme -- ``someAttribute`` and ``otherAttribute`` are
also customized. This example shows that styles can be customized, too,
and that a custom style can either be a single style (in this example,
In the above example, the theme's *default attribute* -- the one that is
used when no other attributes are used -- is customized. Its foreground
and background colors are set. Then, other attributes specified by
the theme -- ``someAttribute`` and ``otherAttribute`` -- are also
customized. This example shows that styles can be customized, too, and
that a custom style can either be a single style (in this example,
``underline``) or a collection of styles to be applied simutaneously
(in this example, ``underline`` and ``bold``). Lastly, the hierarchical
attribute name ``otherAttribute.inner`` refers to an attribute name