mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-04 01:40:21 -05:00
config: add color.sixelN options
These options allows you to configure the default sixel color palette.
This commit is contained in:
parent
e891abdd6a
commit
511aad419b
8 changed files with 64 additions and 38 deletions
|
|
@ -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_.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue