aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc-stylesets.7.scd
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-12-06 11:11:47 +0100
committerRobin Jarry <robin@jarry.cc>2022-12-06 11:26:08 +0100
commitc1784b624aea6c93e398a90a4274abe158e72b8a (patch)
tree25f06f286c0d910043592a4293490447373eac4e /doc/aerc-stylesets.7.scd
parentc9524d265793775e4c3e326c7191471d982c1e66 (diff)
downloadaerc-c1784b624aea6c93e398a90a4274abe158e72b8a.tar.gz
doc: add synopsis for all settings
Instead of obscure descriptions for the settings format, add a synopsis for all settings in the man pages. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Bence Ferdinandy <bence@ferdinandy.com>
Diffstat (limited to 'doc/aerc-stylesets.7.scd')
-rw-r--r--doc/aerc-stylesets.7.scd36
1 files changed, 9 insertions, 27 deletions
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd
index 06efeba2..d82ba7cf 100644
--- a/doc/aerc-stylesets.7.scd
+++ b/doc/aerc-stylesets.7.scd
@@ -26,60 +26,42 @@ to configure multiple style objects at a time.
The following options are available to be modified for each of the
style objects.
-*fg*
+*<object>*.*fg* = _<color>_
The foreground color of the style object is set.
- Syntax: *<object>*.*fg* = _<color>_
-
-*bg*
+*<object>*.*bg* = _<color>_
The background color of the style object is set.
- Syntax: *<object>*.*bg* = _<color>_
-
-*bold*
+*<object>*.*bold* = _true_|_false_|_toggle_
The bold attribute of the style object is set/unset.
- Syntax: *<object>*.*bold* = _true_|_false_|_toggle_
-
-*blink*
+*<object>*.*blink* = _true_|_false_|_toggle_
The blink attribute of the style object is set/unset.
The terminal needs to support blinking text.
- Syntax: *<object>*.*blink* = _true_|_false_|_toggle_
-
-*underline*
+*<object>*.*underline* = _true_|_false_|_toggle_
The underline attribute of the style object is set/unset.
The terminal needs to support underline text.
- Syntax: *<object>*.*underline* = _true_|_false_|_toggle_
-
-*italic*
+*<object>*.*italic* = _true_|_false_|_toggle_
The italic attribute of the style object is set/unset.
The terminal needs to support italic text.
- Syntax: *<object>*.*italic* = _true_|_false_|_toggle_
-
-*reverse*
+*<object>*.*reverse* = _true_|_false_|_toggle_
Reverses the color of the style object. Exchanges the foreground
and background colors.
- Syntax: *<object>*.*reverse* = _true_|_false_|_toggle_
-
If the value is _false_, it doesn't change anything.
-*normal*
+*<object>*.*normal* = true
All the attributes of the style object are unset.
- Syntax: *<object>*.*normal* = true
-
The value doesn't matter.
-*default*
+*<object>*.*default* = true
Set the style object to the default style of the context. Usually
based on the terminal.
- Syntax: *<object>*.*default* = true
-
The value doesn't matter.
## STYLE OBJECTS