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

@ -1221,6 +1221,7 @@ term_init(const struct config *conf, struct fdm *fdm, struct reaper *reaper,
.fg = conf->colors.fg,
.bg = conf->colors.bg,
.alpha = conf->colors.alpha,
.alpha_non_whitespace = conf->colors.alpha_non_whitespace,
.selection_fg = conf->colors.selection_fg,
.selection_bg = conf->colors.selection_bg,
.use_custom_selection = conf->colors.use_custom.selection,