feat: begin adding settings menu, move theme to settings

This commit is contained in:
frosty
2026-03-30 10:37:46 +03:00
parent 9e6e763064
commit c3ed901738
18 changed files with 444 additions and 19 deletions

View File

@@ -2,5 +2,6 @@
#define UTILITY_H
int hex_to_int(char c);
char *get_theme(const char *default_theme);
#endif