config: add color.sixelN options

These options allows you to configure the default sixel color palette.
This commit is contained in:
Daniel Eklöf 2024-10-23 08:35:30 +02:00
parent e891abdd6a
commit 511aad419b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
8 changed files with 64 additions and 38 deletions

View file

@ -915,6 +915,12 @@ can configure the background transparency with the _alpha_ option.
https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit for an
explanation of the remainder.
*sixel0* *..* *sixel15*
The default sixel color palette. Default: _000000_, _3333cc_,
_cc2121_, _33cc33_, _cc33cc_, _33cccc_, _cccc33_, _878787_,
_424242_, _545499_, _994242_, _549954_, _995499_, _549999_,
_999954_, _cccccc_.
*alpha*
Background translucency. A value in the range 0.0-1.0, where 0.0
means completely transparent, and 1.0 is opaque. Default: _1.0_.