mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
conf: config now provides the colors (though still only hardcoded colors)
This commit is contained in:
parent
29d855d7c6
commit
4109d97263
5 changed files with 95 additions and 59 deletions
|
|
@ -266,9 +266,9 @@ struct terminal {
|
|||
uint32_t bright[8];
|
||||
|
||||
uint32_t default_fg;
|
||||
uint32_t defualt_bg;
|
||||
uint32_t default_bg;
|
||||
uint32_t default_regular[8];
|
||||
uint32_t defualt_bright[8];
|
||||
uint32_t default_bright[8];
|
||||
} colors;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue