Add project files.
This commit is contained in:
23
Examples/Nodify.Shared/Themes/Light.xaml
Normal file
23
Examples/Nodify.Shared/Themes/Light.xaml
Normal file
@@ -0,0 +1,23 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="Brushes.xaml" />
|
||||
<ResourceDictionary Source="Controls.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
|
||||
<Color x:Key="ForegroundColor">Black</Color>
|
||||
<Color x:Key="DisabledForegroundColor">Gray</Color>
|
||||
|
||||
<Color x:Key="BackgroundColor">#D4DCF2</Color>
|
||||
<Color x:Key="ContrastBackgroundColor">#CCD6ED</Color>
|
||||
<Color x:Key="HighlightedBackgroundColor">#B1C5FF</Color>
|
||||
|
||||
<Color x:Key="BorderColor">#CBCCDF</Color>
|
||||
<Color x:Key="DisabledBorderColor">Gray</Color>
|
||||
<Color x:Key="HighlightedBorderColor">#7EB4EA</Color>
|
||||
<Color x:Key="FocusedBorderColor">#569DE5</Color>
|
||||
|
||||
<Color x:Key="GridLinesColor">#7EB4EA</Color>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user