Normal
It's fixed in WIP2.4.1 branch. You can also easily fix by yourself, if you don't want to wait until next release.Open with text editor:..\Program Files (x86)\Team MediaPortal\MP2-Client\Plugins\Nereus\Skin\Nereus\themes\default\styles\Colors.xamlSearch for:[CODE=xml]<ResourceWrapper x:Key="ProgressBarFillColor" Resource="#009999"/>[/CODE]and overwrite it with:[CODE=xml]<ResourceWrapper x:Key="ProgressBarFillColor" Resource="{ThemeResource NereusColorLight}"/>[/CODE]
It's fixed in WIP2.4.1 branch. You can also easily fix by yourself, if you don't want to wait until next release.
Open with text editor:
..\Program Files (x86)\Team MediaPortal\MP2-Client\Plugins\Nereus\Skin\Nereus\themes\default\styles\Colors.xaml
Search for:
[CODE=xml]<ResourceWrapper x:Key="ProgressBarFillColor" Resource="#009999"/>[/CODE]
and overwrite it with:
[CODE=xml]<ResourceWrapper x:Key="ProgressBarFillColor" Resource="{ThemeResource NereusColorLight}"/>[/CODE]