mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -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
config.h
1
config.h
|
|
@ -18,6 +18,7 @@ struct config {
|
|||
uint32_t bg;
|
||||
uint32_t regular[8];
|
||||
uint32_t bright[8];
|
||||
double alpha;
|
||||
} colors;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue