Skip to content

Commit

Permalink
No playset call to action more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
bcssov committed Dec 21, 2023
1 parent 9e32dc1 commit 15bc469
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/IronyModManager/Controls/Themes/Dark/ThemeOverride.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@
<Style Selector="Border.CreateHighlight">
<Setter Property="BorderThickness" Value="2,2,2,2"/>
<Setter Property="BorderBrush" Value="Red"/>
<Style.Animations>
<Animation Duration="0:0:5" IterationCount="Infinite" PlaybackDirection="Alternate">
<KeyFrame>
<Setter Property="BorderBrush" Value="Red"/>
</KeyFrame>
<KeyFrame>
<Setter Property="BorderBrush" Value="Green"/>
</KeyFrame>
</Animation>
</Style.Animations>
</Style>
<Style Selector="Border.ResolvedResetMod">
<Setter Property="BorderThickness" Value="2,2,2,2"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<StyleInclude Source="avares://IronyModManager/Controls/Themes/FluentDark/IronyCaptionButtons.axaml"/>
<StyleInclude Source="avares://IronyModManager/Controls/Themes/FluentDark/IronyTitleBar.axaml"/>
<StyleInclude Source="avares://IronyModManager/Controls/Themes/FluentDark/IronyResizeBorder.axaml"/>
<StyleInclude Source="avares://IronyModManager/Controls/Themes/FluentDark/IronyClientSideDecorations.axaml"/>
<StyleInclude Source="avares://IronyModManager/Controls/Themes/FluentDark/IronyClientSideDecorations.axaml"/>
<StyleInclude Source="avares://IronyModManager/Controls/Themes/FluentDark/Window.axaml"/>


Expand Down Expand Up @@ -95,6 +95,16 @@
<Style Selector="Border.CreateHighlight">
<Setter Property="BorderThickness" Value="2,2,2,2"/>
<Setter Property="BorderBrush" Value="Red"/>
<Style.Animations>
<Animation Duration="0:0:5" IterationCount="Infinite" PlaybackDirection="Alternate">
<KeyFrame>
<Setter Property="BorderBrush" Value="Red"/>
</KeyFrame>
<KeyFrame>
<Setter Property="BorderBrush" Value="Green"/>
</KeyFrame>
</Animation>
</Style.Animations>
</Style>
<Style Selector="Border.ResolvedResetMod">
<Setter Property="BorderThickness" Value="2,2,2,2"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@
<Style Selector="Border.CreateHighlight">
<Setter Property="BorderThickness" Value="2,2,2,2"/>
<Setter Property="BorderBrush" Value="Red"/>
<Style.Animations>
<Animation Duration="0:0:5" IterationCount="Infinite" PlaybackDirection="Alternate">
<KeyFrame>
<Setter Property="BorderBrush" Value="Red"/>
</KeyFrame>
<KeyFrame>
<Setter Property="BorderBrush" Value="Green"/>
</KeyFrame>
</Animation>
</Style.Animations>
</Style>
<Style Selector="Border.ResolvedResetMod">
<Setter Property="BorderThickness" Value="2,2,2,2"/>
Expand Down
10 changes: 10 additions & 0 deletions src/IronyModManager/Controls/Themes/Light/ThemeOverride.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@
<Style Selector="Border.CreateHighlight">
<Setter Property="BorderThickness" Value="2,2,2,2"/>
<Setter Property="BorderBrush" Value="Red"/>
<Style.Animations>
<Animation Duration="0:0:5" IterationCount="Infinite" PlaybackDirection="Alternate">
<KeyFrame>
<Setter Property="BorderBrush" Value="Red"/>
</KeyFrame>
<KeyFrame>
<Setter Property="BorderBrush" Value="Green"/>
</KeyFrame>
</Animation>
</Style.Animations>
</Style>
<Style Selector="Border.ResolvedResetMod">
<Setter Property="BorderThickness" Value="2,2,2,2"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@
<Style Selector="Border.CreateHighlight">
<Setter Property="BorderThickness" Value="2,2,2,2"/>
<Setter Property="BorderBrush" Value="Red"/>
<Style.Animations>
<Animation Duration="0:0:5" IterationCount="Infinite" PlaybackDirection="Alternate">
<KeyFrame>
<Setter Property="BorderBrush" Value="Red"/>
</KeyFrame>
<KeyFrame>
<Setter Property="BorderBrush" Value="Green"/>
</KeyFrame>
</Animation>
</Style.Animations>
</Style>
<Style Selector="Border.ResolvedResetMod">
<Setter Property="BorderThickness" Value="2,2,2,2"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,16 @@
<Style Selector="Border.CreateHighlight">
<Setter Property="BorderThickness" Value="2,2,2,2"/>
<Setter Property="BorderBrush" Value="Red"/>
<Style.Animations>
<Animation Duration="0:0:5" IterationCount="Infinite" PlaybackDirection="Alternate">
<KeyFrame>
<Setter Property="BorderBrush" Value="Red"/>
</KeyFrame>
<KeyFrame>
<Setter Property="BorderBrush" Value="Green"/>
</KeyFrame>
</Animation>
</Style.Animations>
</Style>
<Style Selector="Border.ResolvedResetMod">
<Setter Property="BorderThickness" Value="2,2,2,2"/>
Expand Down

0 comments on commit 15bc469

Please sign in to comment.