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

View file

@ -18,6 +18,7 @@ struct config {
uint32_t bg;
uint32_t regular[8];
uint32_t bright[8];
double alpha;
} colors;
struct {