improve:主题切换

This commit is contained in:
2025-10-04 18:10:43 +08:00
parent ac4e4877a1
commit d58fec180c
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -17,9 +17,9 @@
<SolidColorBrush x:Key="RedBrush" Color="IndianRed" />
<SolidColorBrush x:Key="PurpleBrush" Color="MediumPurple" />
<Color x:Key="FloatBarButtonBackgroundKey">Transparent</Color>
<Color x:Key="FloatBarButtonBackgroundPointerOverKey">#2200CDCD</Color>
<Color x:Key="FloatBarButtonButtonBackgroundPressedKey">#4400CDCD</Color>
<SolidColorBrush x:Key="FloatBarButtonBackgroundKey" Color="Transparent" />
<SolidColorBrush x:Key="FloatBarButtonBackgroundPointerOverKey" Color="#2200CDCD" />
<SolidColorBrush x:Key="FloatBarButtonButtonBackgroundPressedKey" Color="#4400CDCD" />
<!-- 白板模式浮动栏颜色 -->
<SolidColorBrush x:Key="BoardFloatBarBackground" Color="#2a2a2a" />