13 lines
502 B
XML
13 lines
502 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>
|
|
|
|
<Color x:Key="ActiveStateColor">#A6D99C</Color>
|
|
<Color x:Key="ReadOnlyStateColor">#FD5618</Color>
|
|
|
|
</ResourceDictionary> |