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

10 lines
399 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.MergedDictionaries>
<Color x:Key="PanelBackgroundColor">#2A1B47</Color>
</ResourceDictionary>