Merge pull request #81 from mateuszskoczek/features/light_theme
switch colors
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
<ResourceDictionary.ThemeDictionaries>
|
<ResourceDictionary.ThemeDictionaries>
|
||||||
<ResourceDictionary x:Key="Light">
|
<ResourceDictionary x:Key="Light">
|
||||||
<SolidColorBrush x:Key="ViewBackgroundColor" Color="#F5F5F5"/>
|
<SolidColorBrush x:Key="ViewBackgroundColor" Color="#F5F5F5"/>
|
||||||
<SolidColorBrush x:Key="PanelBackgroundColor" Color="#F5F5F5"/>
|
<SolidColorBrush x:Key="PanelBackgroundColor" Color="#FCFCFC"/>
|
||||||
<SolidColorBrush x:Key="OptionBarBackgroundColor" Color="#F5F5F5"/>
|
<SolidColorBrush x:Key="OptionBarBackgroundColor" Color="#efefef"/>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
<ResourceDictionary x:Key="Dark">
|
<ResourceDictionary x:Key="Dark">
|
||||||
<SolidColorBrush x:Key="ViewBackgroundColor" Color="#242424"/>
|
<SolidColorBrush x:Key="ViewBackgroundColor" Color="#242424"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user