summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Wölfel <tobias.woelfel@mailbox.org>2022-04-07 12:20:31 +0200
committerRobin Jarry <robin@jarry.cc>2022-04-07 12:51:09 +0200
commite810ae12d7b86dfe51aed6f5b88e90c1fe1814ac (patch)
tree1a45d97e580c12b568de27f071e0787495d50287 /doc
parent4dbdf586887614a334b2af47d6a83f3a5d0ea516 (diff)
downloadaerc-e810ae12d7b86dfe51aed6f5b88e90c1fe1814ac.zip
stylesets: allow specifying color by number
Make it possible to specify the color in the style sets by number in addition to the color name. This allows using colors defined by the terminal. Signed-off-by: Tobias Wölfel <tobias.woelfel@mailbox.org> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-stylesets.7.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd
index 97d3194..598a770 100644
--- a/doc/aerc-stylesets.7.scd
+++ b/doc/aerc-stylesets.7.scd
@@ -205,6 +205,10 @@ The values can be one of the following.
*<Hex code>*
Hexcode for a color can be used. The format must be "\#XXXXXX"
+ *<Dec number>*
+ Color based on the palette index. Valid numbers are between 0
+ and 255.
+
# SEE ALSO
*aerc*(1) *aerc-config*(5)