Search code examples
wpfthemescolorsribboncolor-scheme

Color palette (colors used) for RibbonWindow's Office 2007 Black theme?


I am using the Office 2007 Black theme for my RibbonWindow and really like all of the colors it uses. Here is the resource dictionary included in my ribbon window's resources.

<ResourceDictionary Source="/RibbonControlsLibrary;component/Themes/Office2007Black.xaml"/>

I would like to mirror the colors of this theme in my user controls. Is there any resource that lists the main colors in this theme?

I've taken screenshots to get the hex value of some of the colors, but was hoping there may be a color palette for this theme available somewhere.

Thanks, Steven


Solution

  • Steven, you know what? Yesterday, I was doing the same thing. I did manage to get the themes by using a tool called Reflector and an addin - "Baml Viewer".

    Baml Viewer disassembles the BAML stored in the dll to the corresponding XAML.

    Reflector: http://www.red-gate.com/products/reflector/

    If you really are not in mood to figure out the rest or may be you need the themes right now do let me know.