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">
|
2019-03-12 16:18:27 +01:00
|
|
|
<SolidColorBrush x:Key="ActionCenterDarkBrush">#AA808080</SolidColorBrush>
|
2019-11-20 10:45:08 +01:00
|
|
|
<SolidColorBrush x:Key="BackgroundBrush">#FFF0F0F0</SolidColorBrush>
|
|
|
|
<SolidColorBrush x:Key="BackgroundTransparentBrush">#EEF0F0F0</SolidColorBrush>
|
|
|
|
<SolidColorBrush x:Key="BackgroundTransparentEmphasisBrush">#99D3D3D3</SolidColorBrush>
|
|
|
|
<SolidColorBrush x:Key="PrimaryTextBrush">Black</SolidColorBrush>
|
|
|
|
<SolidColorBrush x:Key="SecondaryTextBrush">DimGray</SolidColorBrush>
|
2017-08-22 15:47:42 +02:00
|
|
|
</ResourceDictionary>
|