aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc-stylesets.7.scd
diff options
context:
space:
mode:
authorInwit <inwit@sindominio.net>2022-11-21 21:29:11 +0100
committerRobin Jarry <robin@jarry.cc>2022-11-24 19:19:10 +0100
commitc56e938f9c822c884735a4cabba6a09a3a644751 (patch)
tree9fffbd617a1aed85ffb6d3be5762f94c27a94514 /doc/aerc-stylesets.7.scd
parentfafcee2534111ee2f1353201837ca8cd42850e26 (diff)
downloadaerc-c56e938f9c822c884735a4cabba6a09a3a644751.tar.gz
doc: proofreading
- Add missing periods at the end of sentences. - Add missing setting names before examples. - Remove double spaces after periods. - Fix sendmail default path. - Add missing [filters] examples in aerc-config(5). - Add missing log-file config hint in aerc(1). - Fix title and default filters in aerc-tutorial(7). - Add missing empty lines after section headings. - Fix various typos. - Remove duplicate section in aerc-search(1). Signed-off-by: Inwit <inwit@sindominio.net> Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'doc/aerc-stylesets.7.scd')
-rw-r--r--doc/aerc-stylesets.7.scd12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd
index acd5ac7c..f5272013 100644
--- a/doc/aerc-stylesets.7.scd
+++ b/doc/aerc-stylesets.7.scd
@@ -22,10 +22,11 @@ style object "msglist_unread" is set to "cornflowerblue"
msglist_unread.fg=cornflowerblue
```
-The configuration also allows wildcard matching of the style_objects
+The configuration also allows wildcard matching of the keys
to configure multiple style objects at a time.
## Style
+
The following options are available to be modified for each of the
style objects.
@@ -83,6 +84,7 @@ style objects.
_The value doesn't matter_
## Style Objects
+
The style objects represent the various ui elements or ui instances for
styling.
@@ -148,6 +150,7 @@ styling.
: The item chooser in a selector ui element.
## fnmatch style wildcard matching
+
The styleset configuration can be made simpler by using the fnmatch
style wildcard matching for the style object.
@@ -168,8 +171,9 @@ For example, the following wildcards can be made using this syntax.
: Set the background color of all style objects that end in list to hotpink.
## Selected modifier
-Selected modifier can be applied to any style object. The style provided for
-the selected modifier are applied on top of the style object it corresponds to.
+
+The selected modifier can be applied to any style object. The style provided for
+the selected modifier is applied on top of the style object it corresponds to.
If you would like to make sure message that are flagged as read in the msglist
appear in yellow foreground and black background. You can specify that with
@@ -186,6 +190,7 @@ If we specify the global style selected modifier using fnmatch as below:
This toggles the reverse switch for selected version of all the style objects.
## Layered styles
+
Some styles, (currently the `msglist\*` and `dirlist\*` ones) are applied in layers. If
a style differs from the base (in this case `\{msglist|dirlist\}_default`) then that style
applies, unless overridden by a higher layer. The order that `msglist` styles
@@ -209,6 +214,7 @@ dirlist_recent
```
## Colors
+
The color values are set using the values accepted by the tcell library.
The values can be one of the following.