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

@ -228,6 +228,7 @@ struct config {
uint32_t url;
uint32_t dim[8];
uint32_t sixel[16];
struct {
uint32_t fg;