7 lines
422 B
XML
7 lines
422 B
XML
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<SolidColorBrush x:Key="DefaultBackground">#222222</SolidColorBrush>
|
|
<SolidColorBrush x:Key="DefaultForeground">#121212</SolidColorBrush>
|
|
<SolidColorBrush x:Key="DefaultSelected">#D95F59</SolidColorBrush>
|
|
<BoxShadows x:Key="DefaultShadow">0 0 10 -1 #121212</BoxShadows>
|
|
</ResourceDictionary>
|