diff options
author | Robin Jarry <robin@jarry.cc> | 2023-01-15 23:07:05 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-01-26 00:20:43 +0100 |
commit | a8b6693f7e7bdcc8b73c3fa0baa0ef5f51993dc7 (patch) | |
tree | 17b0544619e4211ef2ca06528e9377380d292a2b /doc | |
parent | 31bc8cdad990f53ed061cf5b56a3601f1ab741d1 (diff) | |
download | aerc-a8b6693f7e7bdcc8b73c3fa0baa0ef5f51993dc7.tar.gz |
stylesets: add support for dim text
Allow defining <obj>.dim=true to turn on half-bright text.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-stylesets.7.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd index 2ccadd60..1303787c 100644 --- a/doc/aerc-stylesets.7.scd +++ b/doc/aerc-stylesets.7.scd @@ -47,6 +47,10 @@ style objects. The italic attribute of the style object is set/unset. The terminal needs to support italic text. +*<object>*.*dim* = _true_|_false_|_toggle_ + The dim attribute of the style object is set/unset. + The terminal needs to support half-bright text. + *<object>*.*reverse* = _true_|_false_|_toggle_ Reverses the color of the style object. Exchanges the foreground and background colors. |