Commit b3c377da authored by 潘栩锋's avatar 潘栩锋 🚴

修改 FLY.ControlLibrary/Themes/Dictionary_MyStyle.xaml bar 的蓝色

parent d7f3e030
...@@ -10,15 +10,16 @@ ...@@ -10,15 +10,16 @@
<ResourceDictionary.MergedDictionaries> <ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/FLY.ControlLibrary;component/Themes/MaterialDesignIcons.xaml"/> <ResourceDictionary Source="pack://application:,,,/FLY.ControlLibrary;component/Themes/MaterialDesignIcons.xaml"/>
</ResourceDictionary.MergedDictionaries> </ResourceDictionary.MergedDictionaries>
<SolidColorBrush x:Key="Brush_theme_bar" Color="#C0008BE5"/>
<SolidColorBrush x:Key="Background_Title" Color="#C0008BE5"/>
<SolidColorBrush x:Key="Color_theme_activity" Color="#FF008BE5"/> <SolidColorBrush x:Key="Color_theme_activity" Color="#FF008BE5"/>
<SolidColorBrush x:Key="Color_theme_static" Color="#FF3B3B3B"/> <SolidColorBrush x:Key="Color_theme_static" Color="#FF3B3B3B"/>
<SolidColorBrush x:Key="Color_theme_noact" Color="#FF888888"/> <SolidColorBrush x:Key="Color_theme_noact" Color="#FF888888"/>
<SolidColorBrush x:Key="Color_theme_background" Color="White"/> <SolidColorBrush x:Key="Color_theme_background" Color="White"/>
<SolidColorBrush x:Key="Color_theme_text_activity" Color="DarkBlue"/> <SolidColorBrush x:Key="Color_theme_text_activity" Color="DarkBlue"/>
<ImageBrush x:Key="Background_Title" ImageSource="pack://application:,,,/FLY.ControlLibrary;component/Images/background.jpg" Stretch="None"
Viewport="0 0 0.5 1" TileMode="Tile" />
<Style TargetType="TextBox" x:Key="TextBoxStyle1"> <Style TargetType="TextBox" x:Key="TextBoxStyle1">
<Setter Property="Template"> <Setter Property="Template">
<Setter.Value> <Setter.Value>
...@@ -260,7 +261,7 @@ ...@@ -260,7 +261,7 @@
<Setter Property="Height" Value="80"/> <Setter Property="Height" Value="80"/>
<Setter Property="Width" Value="80"/> <Setter Property="Width" Value="80"/>
<Setter Property="Margin" Value="0,24"/> <Setter Property="Margin" Value="0,24"/>
<Setter Property="Background" Value="#FF0083D7"/> <Setter Property="Background" Value="{StaticResource Brush_theme_bar}"/>
<Setter Property="Content"> <Setter Property="Content">
<Setter.Value> <Setter.Value>
<Path Fill="White" Data="{StaticResource Geometry_arrow-left-bold}" <Path Fill="White" Data="{StaticResource Geometry_arrow-left-bold}"
...@@ -277,7 +278,7 @@ ...@@ -277,7 +278,7 @@
<Setter Property="Background" Value="White"/> <Setter Property="Background" Value="White"/>
<Setter Property="Content"> <Setter Property="Content">
<Setter.Value> <Setter.Value>
<Path Fill="#FF0083D7" Data="{StaticResource Geometry_arrow-left-bold}" <Path Fill="{StaticResource Brush_theme_bar}" Data="{StaticResource Geometry_arrow-left-bold}"
SnapsToDevicePixels ="True" SnapsToDevicePixels ="True"
Stretch="Fill" Stretch="Fill"
Height="60" Width="60" HorizontalAlignment="Right" Margin="0,0,-2,0"/> Height="60" Width="60" HorizontalAlignment="Right" Margin="0,0,-2,0"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment