Add files via upload

This commit is contained in:
David Barr 2024-10-14 20:14:36 +01:00 committed by GitHub
parent 5f3600b0b8
commit cacc645fa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -78,6 +78,9 @@ struct theme {
float menu_items_text_color[4];
float menu_items_active_bg_color[4];
float menu_items_active_text_color[4];
float menu_border_color[4];
int menu_border_width;
int menu_min_width;
int menu_max_width;