Files
Shrlalgo.RvKits/Sample/Themes/Light.xaml

11 lines
495 B
Plaintext
Raw Normal View History

2025-08-24 13:49:55 +08:00
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- 浅色主题 -->
<Color x:Key="BackgroundColor">#EEEEEE</Color>
<Color x:Key="ForegroundColor">#111111</Color>
<SolidColorBrush x:Key="AppBackgroundBrush" Color="{DynamicResource BackgroundColor}"/>
<SolidColorBrush x:Key="AppTextBrush" Color="{DynamicResource ForegroundColor}"/>
</ResourceDictionary>