Add settings page labels

This commit is contained in:
dec05eba
2024-08-02 20:24:16 +02:00
parent 93da082d32
commit 7c4af06d95
4 changed files with 171 additions and 14 deletions

View File

@@ -12,6 +12,7 @@ namespace gsr {
mgl::Color tint_color = mgl::Color(118, 185, 0);
mgl::Color scrollable_page_bg_color = mgl::Color(38, 43, 47);
mgl::Color text_color = mgl::Color(255, 255, 255);
};
void init_theme(const gsr::GsrInfo &gsr_info);