I created a themepack project as specified in the guidance you gave us.For my ribbon i use the RibbonOffice2kBlack.xaml and the RibbonOffice2kBrushes_Black.xaml.
I want the ribbon to use my own created ApplicationMenuPressed, ApplicationMenuNormalBlack, .....but i can't seem to find the correct xaml brush or style (i don't know) that i have to change in these files to accomplish this task. Maybe i am overlooking something ?
Help would be greatly appreciated.
Thx
If you just want to change the colors used in the orb then you can change the brushes whose key is like RibbonBrushKeys.ApplicationMenuButtonNormalOuterBorderFillKey, ApplicationMenuButtonHoverOuterBorderFillKey, etc. If you need to retemplate it then you need to change the template for the ApplicationMenuPresenter class.