Add options for custom background colors

This commit is contained in:
Lars Christensen 2025-07-30 12:35:51 +02:00
parent 83303bd2a4
commit 64682f642d
5 changed files with 33 additions and 1 deletions

View file

@ -143,6 +143,7 @@ struct color_theme {
uint32_t url;
uint32_t dim[8];
uint32_t background[8];
uint32_t sixel[16];
enum {
@ -186,6 +187,7 @@ struct color_theme {
bool search_box_no_match:1;
bool search_box_match:1;
uint8_t dim;
uint8_t background;
} use_custom;
};