Skip to content

Commit

Permalink
one more color tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Valyreon committed Nov 11, 2020
1 parent 3b16ae8 commit 381a174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SubloaderWpf/SimpleStyles.xaml
Expand Up @@ -66,7 +66,7 @@
<SolidColorBrush x:Key="OptionMark.MouseOver.Background" Color="{Binding Source={x:Static SystemParameters.WindowGlassBrush}, Path=Color, Converter={StaticResource ColorConverter}, ConverterParameter=0.8}" />
<SolidColorBrush x:Key="OptionMark.MouseOver.Border" Color="{Binding Source={x:Static SystemParameters.WindowGlassBrush}, Path=Color, Converter={StaticResource ColorConverter}, ConverterParameter=0.2}" />
<SolidColorBrush x:Key="OptionMark.MouseOver.Glyph" Color="#FF212121" />
<SolidColorBrush x:Key="OptionMark.Pressed.Background" Color="#FFD9ECFF" />
<SolidColorBrush x:Key="OptionMark.Pressed.Background" Color="{Binding Source={x:Static SystemParameters.WindowGlassBrush}, Path=Color, Converter={StaticResource ColorConverter}, ConverterParameter=0.5}" />
<SolidColorBrush x:Key="OptionMark.Pressed.Border" Color="{Binding Source={x:Static SystemParameters.WindowGlassBrush}, Path=Color, Converter={StaticResource ColorConverter}, ConverterParameter=0.2}" />
<SolidColorBrush x:Key="OptionMark.Pressed.Glyph" Color="#FF212121" />
<SolidColorBrush x:Key="OptionMark.Disabled.Background" Color="#FFE6E6E6" />
Expand Down Expand Up @@ -214,7 +214,7 @@
<Setter Property="Background" Value="White" />
<Style.Triggers>
<Trigger Property="AlternationIndex" Value="1">
<Setter Property="Background" Value="#f9f9f9" />
<Setter Property="Background" Value="#f5f5f5" />
</Trigger>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" Value="{DynamicResource LighterAccentColor}" />
Expand Down

0 comments on commit 381a174

Please sign in to comment.