13 lines
506 B
XML
13 lines
506 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">#2D2D30</Color>
|
|
|
|
<Color x:Key="ActiveStateColor">#8DD28A</Color>
|
|
<Color x:Key="ReadOnlyStateColor">#E6AF86</Color>
|
|
|
|
</ResourceDictionary> |