theme: replace *.hover.bg.shape with *.hover.bg.corner-radius

This commit is contained in:
tokyo4j 2024-10-12 15:06:23 +09:00 committed by Johan Malm
parent 1f1ac27bf5
commit fe6b3c1c35
4 changed files with 31 additions and 36 deletions

View file

@ -18,11 +18,6 @@ enum lab_justification {
LAB_JUSTIFY_RIGHT,
};
enum lab_shape {
LAB_RECTANGLE,
LAB_CIRCLE,
};
struct theme_snapping_overlay {
bool bg_enabled;
bool border_enabled;
@ -72,8 +67,8 @@ struct theme {
int window_button_height;
int window_button_spacing;
/* the shape of the hover effect */
enum lab_shape window_button_hover_bg_shape;
/* the corner radius of the hover effect */
int window_button_hover_bg_corner_radius;
int menu_item_padding_x;
int menu_item_padding_y;