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

@ -770,7 +770,6 @@ struct terminal {
unsigned repeat_count;
bool transparent_bg;
uint32_t default_bg;
/* Application configurable */
unsigned palette_size; /* Number of colors in palette */