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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue