Files
APIVisualExecutor/Examples/Nodify.Shared/Themes/Light.xaml
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

23 lines
926 B
XML

<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>