improve:主题切换

This commit is contained in:
2025-10-04 18:29:42 +08:00
parent d0764a6a77
commit db8e1e3589
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<SolidColorBrush x:Key="IconForeground" Color="White" />
<SolidColorBrush x:Key="TextForeground" Color="White" />
<SolidColorBrush x:Key="RedBrush" Color="IndianRed" />
<SolidColorBrush x:Key="RedBrush" Color="#FF4444" />
<SolidColorBrush x:Key="PurpleBrush" Color="MediumPurple" />
<SolidColorBrush x:Key="FloatBarButtonBackgroundKey" Color="Transparent" />
+1 -1
View File
@@ -14,7 +14,7 @@
<SolidColorBrush x:Key="IconForeground" Color="#18181b" />
<SolidColorBrush x:Key="TextForeground" Color="Black" />
<SolidColorBrush x:Key="RedBrush" Color="DarkRed" />
<SolidColorBrush x:Key="RedBrush" Color="#B91C1C" />
<SolidColorBrush x:Key="PurpleBrush" Color="DarkBlue" />
<SolidColorBrush x:Key="FloatBarButtonBackgroundKey" Color="Transparent" />