Add background alpha support

This commit is contained in:
Daniel Eklöf 2019-08-15 18:15:43 +02:00
parent 9e7106018e
commit 9fe6e8cc48
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
7 changed files with 35 additions and 2 deletions

1
main.c
View file

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