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 xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||||
<ResourceDictionary.MergedDictionaries>
|
<ResourceDictionary.MergedDictionaries>
|
||||||
<materialDesign:BundledTheme
|
<materialDesign:BundledTheme
|
||||||
BaseTheme="Dark"
|
BaseTheme="Light"
|
||||||
PrimaryColor="DeepPurple"
|
PrimaryColor="Blue"
|
||||||
SecondaryColor="Lime" />
|
SecondaryColor="Lime" />
|
||||||
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
|
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
|
||||||
</ResourceDictionary.MergedDictionaries>
|
</ResourceDictionary.MergedDictionaries>
|
||||||
@@ -75,8 +75,7 @@
|
|||||||
</materialDesign:Card>
|
</materialDesign:Card>
|
||||||
<ControlTemplate.Triggers>
|
<ControlTemplate.Triggers>
|
||||||
<Trigger Property="IsSelected" Value="true">
|
<Trigger Property="IsSelected" Value="true">
|
||||||
<Setter TargetName="_Card" Property="Foreground" Value="{DynamicResource MaterialDesignDarkForeground}"/>
|
<Setter TargetName="_Card" Property="Foreground" Value="{DynamicResource PrimaryHueLightBrush}"/>
|
||||||
<Setter TargetName="_Card" Property="Background" Value="{DynamicResource PrimaryHueLightBrush}" />
|
|
||||||
</Trigger>
|
</Trigger>
|
||||||
</ControlTemplate.Triggers>
|
</ControlTemplate.Triggers>
|
||||||
</ControlTemplate>
|
</ControlTemplate>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
xmlns:resx="clr-namespace:ClashN.Resx"
|
xmlns:resx="clr-namespace:ClashN.Resx"
|
||||||
xmlns:tb="http://www.hardcodet.net/taskbar"
|
xmlns:tb="http://www.hardcodet.net/taskbar"
|
||||||
xmlns:vms="clr-namespace:ClashN.ViewModels"
|
xmlns:vms="clr-namespace:ClashN.ViewModels"
|
||||||
Title="clashN"
|
Title="ClashN"
|
||||||
Width="900"
|
Width="900"
|
||||||
Height="680"
|
Height="680"
|
||||||
MinWidth="800"
|
MinWidth="800"
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
<Button
|
<Button
|
||||||
x:Name="btnReload"
|
x:Name="btnReload"
|
||||||
Content="{materialDesign:PackIcon Kind=Reload}"
|
Content="{materialDesign:PackIcon Kind=Reload}"
|
||||||
Style="{StaticResource MaterialDesignFloatingActionMiniButton}"
|
Style="{StaticResource MaterialDesignFloatingActionMiniDarkButton}"
|
||||||
ToolTip="{x:Static resx:ResUI.TbReloadCore}" />
|
ToolTip="{x:Static resx:ResUI.TbReloadCore}" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</materialDesign:NavigationRailAssist.FloatingContent>
|
</materialDesign:NavigationRailAssist.FloatingContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user