Start on texture on the main title bar segment

This commit is contained in:
Jack Zeal 2026-04-03 23:17:28 -07:00
parent 1c79213470
commit 59c37bc91b
6 changed files with 92 additions and 12 deletions

View file

@ -57,6 +57,11 @@ struct theme_background {
float color_split_to[4];
float color_to[4];
float color_to_split_to[4];
enum border_type border_type;
int border_width;
int bevel_width;
bool exclusive;
};
struct theme {