From e810ae12d7b86dfe51aed6f5b88e90c1fe1814ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20W=C3=B6lfel?= Date: Thu, 7 Apr 2022 12:20:31 +0200 Subject: stylesets: allow specifying color by number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Robin Jarry --- doc/aerc-stylesets.7.scd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/aerc-stylesets.7.scd') 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. ** Hexcode for a color can be used. The format must be "\#XXXXXX" + ** + Color based on the palette index. Valid numbers are between 0 + and 255. + # SEE ALSO *aerc*(1) *aerc-config*(5) -- cgit v1.2.3