add:主题切换
This commit is contained in:
@@ -4136,7 +4136,7 @@
|
|||||||
<Border ClipToBounds="True" Name="BoardBorderLeftPageListView"
|
<Border ClipToBounds="True" Name="BoardBorderLeftPageListView"
|
||||||
Margin="-134,-465,-60,50"
|
Margin="-134,-465,-60,50"
|
||||||
CornerRadius="8"
|
CornerRadius="8"
|
||||||
Background="{DynamicResource FloatBarBackground}" Opacity="1" BorderBrush="#a1a1aa"
|
Background="{DynamicResource FloatBarBackground}" Opacity="1" BorderBrush="{DynamicResource BoardFloatBarBorderBrush}"
|
||||||
BorderThickness="1">
|
BorderThickness="1">
|
||||||
<ui:ScrollViewerEx Name="BlackBoardLeftSidePageListScrollViewer"
|
<ui:ScrollViewerEx Name="BlackBoardLeftSidePageListScrollViewer"
|
||||||
Height="460"
|
Height="460"
|
||||||
@@ -4278,7 +4278,7 @@
|
|||||||
<Border ClipToBounds="True" Name="BoardTwoFingerGestureBorder"
|
<Border ClipToBounds="True" Name="BoardTwoFingerGestureBorder"
|
||||||
Margin="-115,-161,-55,50"
|
Margin="-115,-161,-55,50"
|
||||||
CornerRadius="8"
|
CornerRadius="8"
|
||||||
Background="{DynamicResource FloatBarBackground}" Opacity="1" BorderBrush="#2563eb"
|
Background="{DynamicResource FloatBarBackground}" Opacity="1" BorderBrush="{DynamicResource FloatBarBorderBrush}"
|
||||||
BorderThickness="1">
|
BorderThickness="1">
|
||||||
<ui:SimpleStackPanel Margin="0">
|
<ui:SimpleStackPanel Margin="0">
|
||||||
<Border BorderBrush="#1e3a8a" BorderThickness="0,0,0,1"
|
<Border BorderBrush="#1e3a8a" BorderThickness="0,0,0,1"
|
||||||
@@ -4513,7 +4513,7 @@
|
|||||||
</Grid.RenderTransform>
|
</Grid.RenderTransform>
|
||||||
<Border x:Name="BoardPenPalette" Visibility="Visible"
|
<Border x:Name="BoardPenPalette" Visibility="Visible"
|
||||||
Background="{DynamicResource FloatBarBackground}"
|
Background="{DynamicResource FloatBarBackground}"
|
||||||
Opacity="1" BorderBrush="#2563eb"
|
Opacity="1" BorderBrush="{DynamicResource FloatBarBorderBrush}"
|
||||||
BorderThickness="1" CornerRadius="8">
|
BorderThickness="1" CornerRadius="8">
|
||||||
<ui:SimpleStackPanel Margin="0,-20,0,0">
|
<ui:SimpleStackPanel Margin="0,-20,0,0">
|
||||||
<Border BorderBrush="#1e3a8a" Height="32"
|
<Border BorderBrush="#1e3a8a" Height="32"
|
||||||
@@ -5644,8 +5644,8 @@
|
|||||||
</Border>
|
</Border>
|
||||||
<Border Width="0">
|
<Border Width="0">
|
||||||
<Border x:Name="BoardBorderDrawShape" Visibility="Visible"
|
<Border x:Name="BoardBorderDrawShape" Visibility="Visible"
|
||||||
Background="LightGray"
|
Background="{DynamicResource FloatBarBackground}"
|
||||||
Opacity="0.85" BorderBrush="Black" BorderThickness="1" CornerRadius="5"
|
Opacity="0.85" BorderBrush="{DynamicResource FloatBarBorderBrush}" BorderThickness="1" CornerRadius="5"
|
||||||
Margin="-147,-286,-89,55">
|
Margin="-147,-286,-89,55">
|
||||||
<Viewbox>
|
<Viewbox>
|
||||||
<ui:SimpleStackPanel Spacing="-8" Orientation="Vertical">
|
<ui:SimpleStackPanel Spacing="-8" Orientation="Vertical">
|
||||||
|
|||||||
@@ -24,4 +24,9 @@
|
|||||||
<!-- 白板模式浮动栏颜色 -->
|
<!-- 白板模式浮动栏颜色 -->
|
||||||
<SolidColorBrush x:Key="BoardFloatBarBackground" Color="#2a2a2a" />
|
<SolidColorBrush x:Key="BoardFloatBarBackground" Color="#2a2a2a" />
|
||||||
<SolidColorBrush x:Key="BoardFloatBarBorderBrush" Color="#555555" />
|
<SolidColorBrush x:Key="BoardFloatBarBorderBrush" Color="#555555" />
|
||||||
|
|
||||||
|
<!-- 白板模式按钮选中状态颜色 -->
|
||||||
|
<SolidColorBrush x:Key="BoardFloatBarSelectedBackground" Color="#2563eb" />
|
||||||
|
<SolidColorBrush x:Key="BoardFloatBarSelectedBorderBrush" Color="#2563eb" />
|
||||||
|
<SolidColorBrush x:Key="BoardFloatBarSelectedForeground" Color="White" />
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
@@ -24,4 +24,9 @@
|
|||||||
<!-- 白板模式浮动栏颜色 -->
|
<!-- 白板模式浮动栏颜色 -->
|
||||||
<SolidColorBrush x:Key="BoardFloatBarBackground" Color="#f4f4f5" />
|
<SolidColorBrush x:Key="BoardFloatBarBackground" Color="#f4f4f5" />
|
||||||
<SolidColorBrush x:Key="BoardFloatBarBorderBrush" Color="#a1a1aa" />
|
<SolidColorBrush x:Key="BoardFloatBarBorderBrush" Color="#a1a1aa" />
|
||||||
|
|
||||||
|
<!-- 白板模式按钮选中状态颜色 -->
|
||||||
|
<SolidColorBrush x:Key="BoardFloatBarSelectedBackground" Color="#2563eb" />
|
||||||
|
<SolidColorBrush x:Key="BoardFloatBarSelectedBorderBrush" Color="#2563eb" />
|
||||||
|
<SolidColorBrush x:Key="BoardFloatBarSelectedForeground" Color="White" />
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
Reference in New Issue
Block a user