|
There are actually Light and Dark themes for each accent colour.
0000_ThemeResources.xaml -|- 0100_ThemeResources.xaml
0001_ThemeResources.xaml -|- 0101_ThemeResources.xaml
0002_ThemeResources.xaml -|- 0102_ThemeResources.xaml
0003_ThemeResources.xaml -|- 0103_ThemeResources.xaml
0004_ThemeResources.xaml -|- 0104_ThemeResources.xaml
0005_ThemeResources.xaml -|- 0105_ThemeResources.xaml
0006_ThemeResources.xaml -|- 0106_ThemeResources.xaml
0007_ThemeResources.xaml -|- 0107_ThemeResources.xaml
0008_ThemeResources.xaml -|- 0108_ThemeResources.xaml
0009_ThemeResources.xaml -|- 0109_ThemeResources.xaml
0010_ThemeResources.xaml -|- 0110_ThemeResources.xaml
There are also System.Windows.xaml files, which are control templates, but you shouldn't have to edit those, just make sure there is one with the same number like 0107_System.Windows.xaml
As long as the third party app has not bypassed these files to re-style its UI, then it should work.
|