theme: add option window.button.hover.bg.color

This commit is contained in:
Johan Malm 2026-02-05 20:52:53 +00:00 committed by Johan Malm
parent 4f8b80700e
commit 54554f43dd
4 changed files with 24 additions and 5 deletions

View file

@ -78,7 +78,8 @@ struct theme {
int window_button_height;
int window_button_spacing;
/* the corner radius of the hover effect */
/* button hover effect */
float window_button_hover_bg_color[4];
int window_button_hover_bg_corner_radius;
/*