7 lines
336 B
Plaintext
7 lines
336 B
Plaintext
![]() |
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||
|
<!-- Add Resources Here -->
|
||
|
<SolidColorBrush x:Key="BrushWindowDefaultBackground" Color="Black"/>
|
||
|
<SolidColorBrush x:Key="BrushWindowDefaultForeground" Color="White"/>
|
||
|
</ResourceDictionary>
|