
Hi
I'am trying to use MetroLight Theme with some Tinted color and do it like this
ThemeManager.BeginUpdate();
var tc = new TintedThemeCatalog("Custom", ThemeName.MetroLight.ToString(), Colors.DodgerBlue);
ThemeManager.RegisterThemeCatalog(tc);
ThemeManager.CurrentTheme = "Custom";
ThemeManager.AreNativeThemesEnabled = true;
ThemeManager.EndUpdate();
Even tough DodgerBlue is ugly color I expected Ribbon and RibbonWindow to take solid color, (like Word) but it is kinda faint and transparent over orginal color.
What could I be missing?
regards
Einar