2017-08-22 15:47:42 +02:00
|
|
|
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
2019-03-14 10:28:21 +01:00
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
2017-08-22 15:47:42 +02:00
|
|
|
<SolidColorBrush x:Key="BackgroundBrush">#FFF0F0F0</SolidColorBrush>
|
2019-03-12 16:18:27 +01:00
|
|
|
<SolidColorBrush x:Key="ActionCenterDarkBrush">#AA808080</SolidColorBrush>
|
2017-08-22 15:47:42 +02:00
|
|
|
</ResourceDictionary>
|