mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-05-03 14:31:27 +08:00
Window Background
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||||
<!-- Add Resources Here -->
|
<!-- Add Resources Here -->
|
||||||
<SolidColorBrush x:Key="WindowDefaultBackground" Color="Black"/>
|
<SolidColorBrush x:Key="WindowDefaultBackground" Color="#16161A"/>
|
||||||
<SolidColorBrush x:Key="WindowDefaultForeground" Color="White"/>
|
<SolidColorBrush x:Key="WindowDefaultForeground" Color="White"/>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|||||||
Reference in New Issue
Block a user