changed theme color from dark puple to blue
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user