Skip to content

Commit

Permalink
ButtonFlashingForeground → HighlightForeground
Browse files Browse the repository at this point in the history
  • Loading branch information
xoascf committed Jul 26, 2023
1 parent 4d85be2 commit 275be69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RetroBar/Themes/Windows Longhorn Aero.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,12 @@
BlurRadius="8"
ShadowDepth="0" />

<SolidColorBrush x:Key="HighlightForeground" Color="#ffffff" />

<SolidColorBrush x:Key="ItemButtonForeground" Color="#ffffff" />
<SolidColorBrush x:Key="ButtonForeground" Color="#ffffff" />
<SolidColorBrush x:Key="ButtonActiveForeground" Color="#ffffff" />
<SolidColorBrush x:Key="ButtonPressedForeground" Color="#ffffff" />
<SolidColorBrush x:Key="ButtonFlashingForeground" Color="#ffffff" />
<SolidColorBrush x:Key="ClockForeground" Color="#ffffff" />

<SolidColorBrush x:Key="ToolTipBackground" Color="#f4f4f4" />
Expand Down
3 changes: 2 additions & 1 deletion RetroBar/Themes/Windows Vista Aero.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,12 @@
Offset="0.4" />
</LinearGradientBrush>

<SolidColorBrush x:Key="HighlightForeground" Color="#ffffff" />

<SolidColorBrush x:Key="ItemButtonForeground" Color="#ffffff" />
<SolidColorBrush x:Key="ButtonForeground" Color="#ffffff" />
<SolidColorBrush x:Key="ButtonActiveForeground" Color="#ffffff" />
<SolidColorBrush x:Key="ButtonPressedForeground" Color="#ffffff" />
<SolidColorBrush x:Key="ButtonFlashingForeground" Color="#ffffff" />
<SolidColorBrush x:Key="ClockForeground" Color="#ffffff" />

<LinearGradientBrush x:Key="ShowDesktopButtonBorderHorizontal"
Expand Down

0 comments on commit 275be69

Please sign in to comment.