mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
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.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 01516cf943
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-04-29 (Wed, 29 Apr 2015)
Origin message was:
------------------
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 was generated by Migit
This commit is contained in:
@@ -326,6 +326,7 @@ typedef enum
|
||||
LOCALE_COLORSTATUSBAR_TEXT,
|
||||
LOCALE_COLORTHEMEMENU_HEAD,
|
||||
LOCALE_COLORTHEMEMENU_HEAD2,
|
||||
LOCALE_COLORTHEMEMENU_MENU_HINTS,
|
||||
LOCALE_COLORTHEMEMENU_NAME,
|
||||
LOCALE_COLORTHEMEMENU_NEUTRINO_THEME,
|
||||
LOCALE_COLORTHEMEMENU_QUESTION,
|
||||
|
@@ -326,6 +326,7 @@ const char * locale_real_names[] =
|
||||
"colorstatusbar.text",
|
||||
"colorthememenu.head",
|
||||
"colorthememenu.head2",
|
||||
"colorthememenu.menu_hints",
|
||||
"colorthememenu.name",
|
||||
"colorthememenu.neutrino_theme",
|
||||
"colorthememenu.question",
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user