mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-14 08:21:27 -04:00
config: add csd.button-color option
This option controls the foreground color of the minimize/maximize/close buttons. I.e. the color used to draw the minimize/maximize/close glyphs. It defaults to default background color.
This commit is contained in:
parent
1a755d0da2
commit
7334b53d83
6 changed files with 43 additions and 10 deletions
2
config.h
2
config.h
|
|
@ -214,10 +214,12 @@ struct config {
|
|||
|
||||
struct {
|
||||
bool title_set:1;
|
||||
bool buttons_set:1;
|
||||
bool minimize_set:1;
|
||||
bool maximize_set:1;
|
||||
bool close_set:1;
|
||||
uint32_t title;
|
||||
uint32_t buttons;
|
||||
uint32_t minimize;
|
||||
uint32_t maximize;
|
||||
uint32_t close;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue