7 lines
336 B
XML
7 lines
336 B
XML
<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>
|