config: add colors.alpha-non-whitespace option

This commit is contained in:
Joschua Kesper 2024-05-26 21:37:57 +02:00
parent 0bf5a7e902
commit 50868caece
No known key found for this signature in database
GPG key ID: E683C3A5BC5C8BF9
8 changed files with 39 additions and 1 deletions

View file

@ -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;