punker76 / MahApps.Metro.SimpleChildWindow

A simple child window for MahApps.Metro
MIT License
374 stars 55 forks source link

The default OverlayBrushes should be shipped with the libary #98

Closed timunie closed 4 years ago

timunie commented 4 years ago

It would be cool to have a resource for this shipped with the package

<SolidColorBrush Opacity="0.8" Color="{StaticResource Gray2}" />
<SolidColorBrush Opacity="0.7" Color="{StaticResource BlackColor}" />

I will make a PR on this and you @punker76 can decide if you want it or not.

Happy coding Tim