Skip to content

Commit

Permalink
Brighter stoplight colors (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mbucari committed Aug 7, 2023
1 parent ee00417 commit 4b2ce0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/LibationAvalonia/App.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@

<SolidColorBrush x:Key="CancelRed" Color="#802727" />
<SolidColorBrush x:Key="IconFill" Color="#DCE0DF" />
<SolidColorBrush x:Key="StoplightRed" Color="#5F0707" />
<SolidColorBrush x:Key="StoplightYellow" Color="#5F5B1A" />
<SolidColorBrush x:Key="StoplightGreen" Color="#174E15" />
<SolidColorBrush x:Key="StoplightRed" Color="#7d1f1f" />
<SolidColorBrush x:Key="StoplightYellow" Color="#7d7d1f" />
<SolidColorBrush x:Key="StoplightGreen" Color="#1f7d1f" />


<SolidColorBrush x:Key="DisabledGrayBrush" Opacity="0.4" Color="{StaticResource SystemChromeMediumColor}" />
Expand Down

0 comments on commit 4b2ce0c

Please sign in to comment.