5 lines
281 B
Plaintext
5 lines
281 B
Plaintext
|
|
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||
|
|
<SolidColorBrush x:Key="NoneBackground">#00000000</SolidColorBrush>
|
||
|
|
<SolidColorBrush x:Key="DefaultBackground">#121212</SolidColorBrush>
|
||
|
|
</ResourceDictionary>
|