changed theme color from dark puple to blue

This commit is contained in:
SlimeNull
2023-02-17 11:05:20 +08:00
parent af08223820
commit a7a02ec8c1
2 changed files with 5 additions and 6 deletions

View File

@@ -11,8 +11,8 @@
<ResourceDictionary xmlns:system="clr-namespace:System;assembly=mscorlib">
<ResourceDictionary.MergedDictionaries>
<materialDesign:BundledTheme
BaseTheme="Dark"
PrimaryColor="DeepPurple"
BaseTheme="Light"
PrimaryColor="Blue"
SecondaryColor="Lime" />
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
</ResourceDictionary.MergedDictionaries>
@@ -75,8 +75,7 @@
</materialDesign:Card>
<ControlTemplate.Triggers>
<Trigger Property="IsSelected" Value="true">
<Setter TargetName="_Card" Property="Foreground" Value="{DynamicResource MaterialDesignDarkForeground}"/>
<Setter TargetName="_Card" Property="Background" Value="{DynamicResource PrimaryHueLightBrush}" />
<Setter TargetName="_Card" Property="Foreground" Value="{DynamicResource PrimaryHueLightBrush}"/>
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>

View File

@@ -11,7 +11,7 @@
xmlns:resx="clr-namespace:ClashN.Resx"
xmlns:tb="http://www.hardcodet.net/taskbar"
xmlns:vms="clr-namespace:ClashN.ViewModels"
Title="clashN"
Title="ClashN"
Width="900"
Height="680"
MinWidth="800"
@@ -73,7 +73,7 @@
<Button
x:Name="btnReload"
Content="{materialDesign:PackIcon Kind=Reload}"
Style="{StaticResource MaterialDesignFloatingActionMiniButton}"
Style="{StaticResource MaterialDesignFloatingActionMiniDarkButton}"
ToolTip="{x:Static resx:ResUI.TbReloadCore}" />
</StackPanel>
</materialDesign:NavigationRailAssist.FloatingContent>