themes: use hintbox and header gradient option in theme settings

Color gradient feature was originally intended for use
inside theme settings and it's not really suitable  for
generally use as default in all themes at the moment, so it makes more
sense to have options in theme settings and let the user decide
to customize this, unless enough other gui parts can use this feature.
This commit is contained in:
2015-04-29 10:16:55 +02:00
parent 5f603ed6b0
commit 01516cf943
30 changed files with 68 additions and 22 deletions

View File

@@ -59,6 +59,8 @@ struct SNeutrinoTheme
unsigned char menu_Head_Text_green;
unsigned char menu_Head_Text_blue;
int menu_Head_gradient;
unsigned char menu_Content_alpha;
unsigned char menu_Content_red;
unsigned char menu_Content_green;
@@ -89,6 +91,8 @@ struct SNeutrinoTheme
unsigned char menu_Content_inactive_Text_green;
unsigned char menu_Content_inactive_Text_blue;
int menu_Hint_gradient;
unsigned char infobar_alpha;
unsigned char infobar_red;
unsigned char infobar_green;
@@ -365,7 +369,6 @@ struct SNeutrinoSettings
int colored_events_channellist;
int colored_events_infobar;
int contrast_fonts;
int gradiant;
//network
#define NETWORK_NFS_NR_OF_ENTRIES 8