mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-20 06:46:26 -04:00
config: add colors.alpha-non-whitespace option
This commit is contained in:
parent
0bf5a7e902
commit
50868caece
8 changed files with 39 additions and 1 deletions
|
|
@ -516,6 +516,7 @@ struct terminal {
|
|||
uint32_t bg;
|
||||
uint32_t table[256];
|
||||
uint16_t alpha;
|
||||
uint16_t alpha_non_whitespace;
|
||||
uint32_t selection_fg;
|
||||
uint32_t selection_bg;
|
||||
bool use_custom_selection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue