6 lines
353 B
XML
6 lines
353 B
XML
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<SolidColorBrush x:Key="DefaultBackground">#121212</SolidColorBrush>
|
|
<SolidColorBrush x:Key="DefaultForeground">#222222</SolidColorBrush>
|
|
<SolidColorBrush x:Key="DefaultSelected">#D95F59</SolidColorBrush>
|
|
</ResourceDictionary>
|