Window Background

This commit is contained in:
Zhang Dian 2023-02-02 18:13:11 +08:00
parent db5dd11bee
commit 38fd422b90

View File

@ -1,6 +1,6 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- Add Resources Here -->
<SolidColorBrush x:Key="WindowDefaultBackground" Color="Black"/>
<SolidColorBrush x:Key="WindowDefaultBackground" Color="#16161A"/>
<SolidColorBrush x:Key="WindowDefaultForeground" Color="White"/>
</ResourceDictionary>