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" />
+4 -4
View File
@@ -18,8 +18,8 @@
<SolidColorBrush x:Key="PurpleBrush" Color="DarkBlue" />
<SolidColorBrush x:Key="FloatBarButtonBackgroundKey" Color="Transparent" />
<SolidColorBrush x:Key="FloatBarButtonBackgroundPointerOverKey" Color="#22563eb" />
<SolidColorBrush x:Key="FloatBarButtonButtonBackgroundPressedKey" Color="#44563eb" />
<SolidColorBrush x:Key="FloatBarButtonBackgroundPointerOverKey" Color="#22563eb0" />
<SolidColorBrush x:Key="FloatBarButtonButtonBackgroundPressedKey" Color="#44563eb0" />
<!-- 白板模式浮动栏颜色 -->
<SolidColorBrush x:Key="BoardFloatBarBackground" Color="#f4f4f5" />
@@ -32,8 +32,8 @@
<!-- 白板模式橡皮擦按钮颜色 -->
<SolidColorBrush x:Key="BoardFloatBarButtonBackgroundKey" Color="Transparent" />
<SolidColorBrush x:Key="BoardFloatBarButtonBackgroundPointerOverKey" Color="#22563eb" />
<SolidColorBrush x:Key="BoardFloatBarButtonButtonBackgroundPressedKey" Color="#44563eb" />
<SolidColorBrush x:Key="BoardFloatBarButtonBackgroundPointerOverKey" Color="#22563eb0" />
<SolidColorBrush x:Key="BoardFloatBarButtonButtonBackgroundPressedKey" Color="#44563eb0" />
<!-- 历史回滚窗口主题颜色 -->
<SolidColorBrush x:Key="HistoryWindowPrimaryBrush" Color="#2563eb"/>