I'm using the DockPanel Suite by Weifen Luo 2.14.0 version.
When I apply the VS2015DarkTheme the arrow color for the overflow menu item renders black on gray background, when the arrow should be blue on mouserhover and a sort of white when not selected.
I see that in vs2015dark.vstheme.gz the color is well defined, but not apply.
<Color Name="CommandBarMenuMouseOverSubmenuGlyph">
<Background Type="CT_RAW" Source="FF007ACC" />
</Color>
I see too the same issue in 2.12.0 version and unknow if this is the only color not applying.
Q: Can I patch this in my app or is some to fix ?
Thanks in advance