improve:主题切换
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
<SolidColorBrush x:Key="PurpleBrush" Color="MediumPurple" />
|
||||
|
||||
<SolidColorBrush x:Key="FloatBarButtonBackgroundKey" Color="Transparent" />
|
||||
<SolidColorBrush x:Key="FloatBarButtonBackgroundPointerOverKey" Color="#2200CDCD" />
|
||||
<SolidColorBrush x:Key="FloatBarButtonButtonBackgroundPressedKey" Color="#4400CDCD" />
|
||||
<SolidColorBrush x:Key="FloatBarButtonBackgroundPointerOverKey" Color="#2266CCFF" />
|
||||
<SolidColorBrush x:Key="FloatBarButtonButtonBackgroundPressedKey" Color="#4466CCFF" />
|
||||
|
||||
<!-- 白板模式浮动栏颜色 -->
|
||||
<SolidColorBrush x:Key="BoardFloatBarBackground" Color="#2a2a2a" />
|
||||
@@ -30,6 +30,11 @@
|
||||
<SolidColorBrush x:Key="BoardFloatBarSelectedBorderBrush" Color="#2563eb" />
|
||||
<SolidColorBrush x:Key="BoardFloatBarSelectedForeground" Color="White" />
|
||||
|
||||
<!-- 橡皮擦按钮颜色 -->
|
||||
<SolidColorBrush x:Key="BoardFloatBarButtonBackgroundKey" Color="Transparent" />
|
||||
<SolidColorBrush x:Key="BoardFloatBarButtonBackgroundPointerOverKey" Color="#2266CCFF" />
|
||||
<SolidColorBrush x:Key="BoardFloatBarButtonButtonBackgroundPressedKey" Color="#4466CCFF" />
|
||||
|
||||
<!-- 历史回滚窗口主题颜色 -->
|
||||
<SolidColorBrush x:Key="HistoryWindowPrimaryBrush" Color="#3b82f6"/>
|
||||
<SolidColorBrush x:Key="HistoryWindowPrimaryHoverBrush" Color="#2563eb"/>
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
<SolidColorBrush x:Key="PurpleBrush" Color="DarkBlue" />
|
||||
|
||||
<SolidColorBrush x:Key="FloatBarButtonBackgroundKey" Color="Transparent" />
|
||||
<SolidColorBrush x:Key="FloatBarButtonBackgroundPointerOverKey" Color="#22563eb0" />
|
||||
<SolidColorBrush x:Key="FloatBarButtonButtonBackgroundPressedKey" Color="#44563eb0" />
|
||||
<SolidColorBrush x:Key="FloatBarButtonBackgroundPointerOverKey" Color="#222563EB" />
|
||||
<SolidColorBrush x:Key="FloatBarButtonButtonBackgroundPressedKey" Color="#442563EB" />
|
||||
|
||||
<!-- 白板模式浮动栏颜色 -->
|
||||
<SolidColorBrush x:Key="BoardFloatBarBackground" Color="#f4f4f5" />
|
||||
@@ -30,10 +30,10 @@
|
||||
<SolidColorBrush x:Key="BoardFloatBarSelectedBorderBrush" Color="#2563eb" />
|
||||
<SolidColorBrush x:Key="BoardFloatBarSelectedForeground" Color="White" />
|
||||
|
||||
<!-- 白板模式橡皮擦按钮颜色 -->
|
||||
<!-- 橡皮擦按钮颜色 -->
|
||||
<SolidColorBrush x:Key="BoardFloatBarButtonBackgroundKey" Color="Transparent" />
|
||||
<SolidColorBrush x:Key="BoardFloatBarButtonBackgroundPointerOverKey" Color="#22563eb0" />
|
||||
<SolidColorBrush x:Key="BoardFloatBarButtonButtonBackgroundPressedKey" Color="#44563eb0" />
|
||||
<SolidColorBrush x:Key="BoardFloatBarButtonBackgroundPointerOverKey" Color="#222563EB" />
|
||||
<SolidColorBrush x:Key="BoardFloatBarButtonButtonBackgroundPressedKey" Color="#442563EB" />
|
||||
|
||||
<!-- 历史回滚窗口主题颜色 -->
|
||||
<SolidColorBrush x:Key="HistoryWindowPrimaryBrush" Color="#2563eb"/>
|
||||
|
||||
Reference in New Issue
Block a user