Skip to content

Commit

Permalink
guide: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Nov 5, 2017
1 parent 37baca5 commit 135965e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/guide.rst
Expand Up @@ -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
Expand Down

0 comments on commit 135965e

Please sign in to comment.