mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
Colors: init global color gradient implementation
This commit is contained in:
@@ -61,6 +61,8 @@ struct SNeutrinoTheme
|
||||
unsigned char menu_Head_Text_blue;
|
||||
|
||||
int menu_Head_gradient;
|
||||
int menu_Head_gradient_direction;
|
||||
int menu_Separator_gradient_enable;
|
||||
|
||||
unsigned char menu_Content_alpha;
|
||||
unsigned char menu_Content_red;
|
||||
@@ -93,6 +95,9 @@ struct SNeutrinoTheme
|
||||
unsigned char menu_Content_inactive_Text_blue;
|
||||
|
||||
int menu_Hint_gradient;
|
||||
int menu_Hint_gradient_direction;
|
||||
int menu_ButtonBar_gradient;
|
||||
int menu_ButtonBar_gradient_direction;
|
||||
|
||||
unsigned char infobar_alpha;
|
||||
unsigned char infobar_red;
|
||||
@@ -110,7 +115,11 @@ struct SNeutrinoTheme
|
||||
unsigned char infobar_Text_blue;
|
||||
|
||||
int infobar_gradient_top;
|
||||
int infobar_gradient_top_direction;
|
||||
int infobar_gradient_body;
|
||||
int infobar_gradient_body_direction;
|
||||
int infobar_gradient_bottom;
|
||||
int infobar_gradient_bottom_direction;
|
||||
|
||||
unsigned char colored_events_alpha;
|
||||
unsigned char colored_events_red;
|
||||
@@ -124,7 +133,6 @@ struct SNeutrinoTheme
|
||||
unsigned char clock_Digit_red;
|
||||
unsigned char clock_Digit_green;
|
||||
unsigned char clock_Digit_blue;
|
||||
int gradient_c2c;
|
||||
};
|
||||
|
||||
struct SNeutrinoSettings
|
||||
@@ -171,9 +179,9 @@ struct SNeutrinoSettings
|
||||
int progressbar_timescale_green;
|
||||
int progressbar_timescale_yellow;
|
||||
int progressbar_timescale_invert;
|
||||
int casystem_display;
|
||||
int casystem_dotmatrix;
|
||||
int casystem_frame;
|
||||
int infobar_casystem_display;
|
||||
int infobar_casystem_dotmatrix;
|
||||
int infobar_casystem_frame;
|
||||
int scrambled_message;
|
||||
int volume_pos;
|
||||
int volume_digits;
|
||||
@@ -382,7 +390,9 @@ struct SNeutrinoSettings
|
||||
//widget settings
|
||||
int widget_fade;
|
||||
|
||||
//theme/color options
|
||||
SNeutrinoTheme theme;
|
||||
bool osd_colorsettings_advanced_mode;
|
||||
|
||||
int contrast_fonts;
|
||||
|
||||
|
Reference in New Issue
Block a user