Add files via upload

This commit is contained in:
Mikael Karlsson
2019-06-10 19:12:11 +10:00
committed by GitHub
parent a649c6ef49
commit 15d7c4a423
2 changed files with 31 additions and 0 deletions

7
Themes/Default.xaml Normal file
View File

@@ -0,0 +1,7 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SolidColorBrush x:Key="TitleBackgroundColor" Color="#cccccc"/>
<SolidColorBrush x:Key="TitleForegroundColor" Color="Black"/>
</ResourceDictionary>