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