Files
Ankitkumar Satapara 21aaef6776 Add project files.
2026-04-17 22:31:58 +05:30

23 lines
942 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">White</Color>
<Color x:Key="DisabledForegroundColor">Gray</Color>
<Color x:Key="BackgroundColor">#4C3180</Color>
<Color x:Key="ContrastBackgroundColor">#451E63</Color>
<Color x:Key="HighlightedBackgroundColor">#662D91</Color>
<Color x:Key="BorderColor">#662D91</Color>
<Color x:Key="DisabledBorderColor">Gray</Color>
<Color x:Key="HighlightedBorderColor">#7EB4EA</Color>
<Color x:Key="FocusedBorderColor">#569DE5</Color>
<Color x:Key="GridLinesColor">#4C3180</Color>
</ResourceDictionary>