diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-11-07 11:37:08 -0600 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-11-09 21:38:41 +0100 |
commit | ce5fadc2dddd7641ffd1985c95f7933cde58e5b9 (patch) | |
tree | 471d88b6b53b21561f13bcadefce2ec3d5e7bdba /doc/aerc-stylesets.7.scd | |
parent | 86c612e48025104b32b2048fead1248a3d3b1c8f (diff) | |
download | aerc-ce5fadc2dddd7641ffd1985c95f7933cde58e5b9.tar.gz |
style: add italic option
Add italic option to style config. Update docs.
Suggested-by: inwit <inwit@sindominio.net>
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Tested-by: Bence Ferdinandy <bence@ferdinandy.com>
Diffstat (limited to 'doc/aerc-stylesets.7.scd')
-rw-r--r-- | doc/aerc-stylesets.7.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd index 8aac6c49..acd5ac7c 100644 --- a/doc/aerc-stylesets.7.scd +++ b/doc/aerc-stylesets.7.scd @@ -56,6 +56,12 @@ style objects. Syntax: `<style_object>.underline=<true|false|toggle>` +*italic* + The italic attribute of the style object is set/unset. + _The terminal needs to support italic text_ + + Syntax: `<style_object>.italic=<true|false|toggle>` + *reverse* Reverses the color of the style object. Exchanges the foreground and background colors. |