- colors: make footer background color configurable

TODO: footer text color and maybe footer font
This commit is contained in:
svenhoefer
2016-08-15 00:14:47 +02:00
parent 13966c519b
commit cc5258e6d5
21 changed files with 58 additions and 19 deletions

View File

@@ -94,6 +94,11 @@ struct SNeutrinoTheme
unsigned char menu_Content_inactive_Text_green;
unsigned char menu_Content_inactive_Text_blue;
unsigned char menu_Foot_alpha;
unsigned char menu_Foot_red;
unsigned char menu_Foot_green;
unsigned char menu_Foot_blue;
int menu_Hint_gradient;
int menu_Hint_gradient_direction;
int menu_ButtonBar_gradient;