mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-18 22:05:25 -05:00
render: csd: minimize: change default color to a lighter blue
This commit is contained in:
parent
20eaa15271
commit
b14c217fb6
2 changed files with 2 additions and 2 deletions
2
render.c
2
render.c
|
|
@ -871,7 +871,7 @@ render_csd_button(struct terminal *term, enum csd_surface surf_idx)
|
|||
|
||||
switch (surf_idx) {
|
||||
case CSD_SURF_MINIMIZE:
|
||||
_color = 0xff0000ff;
|
||||
_color = 0xff1e90ff;
|
||||
is_set = &term->conf->csd.color.minimize_set;
|
||||
conf_color = &term->conf->csd.color.minimize;
|
||||
is_active = term->active_surface == TERM_SURF_BUTTON_MINIMIZE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue