mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-05-04 06:51:28 +08:00
commit: define project structure.
This commit is contained in:
8
src/Avalonia.Themes.Semi/Themes/Light/Light.axaml
Normal file
8
src/Avalonia.Themes.Semi/Themes/Light/Light.axaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceInclude Source="avares://Avalonia.Themes.Semi/Themes/Light/Palette.axaml"/>
|
||||
<ResourceInclude Source="avares://Avalonia.Themes.Semi/Themes/Light/Window.axaml"/>
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
4
src/Avalonia.Themes.Semi/Themes/Light/Palette.axaml
Normal file
4
src/Avalonia.Themes.Semi/Themes/Light/Palette.axaml
Normal file
@@ -0,0 +1,4 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<!-- Add Resources Here -->
|
||||
</ResourceDictionary>
|
||||
6
src/Avalonia.Themes.Semi/Themes/Light/Window.axaml
Normal file
6
src/Avalonia.Themes.Semi/Themes/Light/Window.axaml
Normal file
@@ -0,0 +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="White"/>
|
||||
<SolidColorBrush x:Key="WindowDefaultForeground" Color="Black"/>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user