mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
themes: add new shadow-color to our material themes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 88d34a3e0d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-08-12 (Sat, 12 Aug 2017)
Origin message was:
------------------
- themes: add new shadow-color to our material themes
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -131,3 +131,8 @@ progressbar_active_blue=77
|
||||
progressbar_passive_red=38
|
||||
progressbar_passive_green=49
|
||||
progressbar_passive_blue=55
|
||||
|
||||
shadow_red=0
|
||||
shadow_green=0
|
||||
shadow_blue=0
|
||||
shadow_alpha=25
|
||||
|
@@ -131,3 +131,8 @@ progressbar_active_blue=62
|
||||
progressbar_passive_red=26
|
||||
progressbar_passive_green=26
|
||||
progressbar_passive_blue=26
|
||||
|
||||
shadow_red=0
|
||||
shadow_green=0
|
||||
shadow_blue=0
|
||||
shadow_alpha=25
|
||||
|
@@ -132,3 +132,8 @@ progressbar_active_blue=74
|
||||
progressbar_passive_red=46
|
||||
progressbar_passive_green=46
|
||||
progressbar_passive_blue=46
|
||||
|
||||
shadow_red=0
|
||||
shadow_green=0
|
||||
shadow_blue=0
|
||||
shadow_alpha=25
|
||||
|
@@ -131,3 +131,8 @@ progressbar_active_blue=62
|
||||
progressbar_passive_red=38
|
||||
progressbar_passive_green=38
|
||||
progressbar_passive_blue=38
|
||||
|
||||
shadow_red=0
|
||||
shadow_green=0
|
||||
shadow_blue=0
|
||||
shadow_alpha=25
|
||||
|
@@ -442,10 +442,10 @@ void CThemes::getTheme(CConfigFile &configfile)
|
||||
t.progressbar_timescale_yellow = configfile.getInt32("progressbar_timescale_yellow", 70);
|
||||
t.progressbar_timescale_invert = configfile.getInt32("progressbar_timescale_invert", 0);
|
||||
|
||||
t.shadow_alpha = configfile.getInt32( "shadow_alpha", 0 );
|
||||
t.shadow_red = configfile.getInt32( "shadow_red", 8 );
|
||||
t.shadow_green = configfile.getInt32( "shadow_green", 8);
|
||||
t.shadow_blue = configfile.getInt32( "shadow_blue", 8 );
|
||||
t.shadow_alpha = configfile.getInt32( "shadow_alpha", 25 );
|
||||
t.shadow_red = configfile.getInt32( "shadow_red", 0 );
|
||||
t.shadow_green = configfile.getInt32( "shadow_green", 0 );
|
||||
t.shadow_blue = configfile.getInt32( "shadow_blue", 0 );
|
||||
|
||||
//NI
|
||||
t.progressbar_active_red = configfile.getInt32( "progressbar_active_red", 62 );
|
||||
|
Reference in New Issue
Block a user