Theme tweaks

This commit is contained in:
markmental 2026-03-28 01:40:11 -04:00
commit 215439621c
7 changed files with 794 additions and 110 deletions

View file

@ -17,6 +17,9 @@ typedef struct App {
AppMode mode;
int running;
int is_fullscreen;
int theme_index;
int theme_picker_open;
int theme_picker_selection;
int startup_handoff_active;
int last_blackout_state;
Uint32 startup_handoff_until;