mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-20 06:46:26 -04:00
Add options for custom background colors
This commit is contained in:
parent
83303bd2a4
commit
64682f642d
5 changed files with 33 additions and 1 deletions
2
config.h
2
config.h
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue