mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
Add background alpha support
This commit is contained in:
parent
9e7106018e
commit
9fe6e8cc48
7 changed files with 35 additions and 2 deletions
1
main.c
1
main.c
|
|
@ -462,6 +462,7 @@ main(int argc, char *const *argv)
|
|||
conf.colors.bright[6],
|
||||
conf.colors.bright[7],
|
||||
},
|
||||
.alpha = conf.colors.alpha,
|
||||
},
|
||||
.default_cursor_style = conf.cursor.style,
|
||||
.cursor_style = conf.cursor.style,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue