Skip to content

Commit

Permalink
Colour fix
Browse files Browse the repository at this point in the history
Colour could be distinguished now
  • Loading branch information
HenryQuan committed Apr 4, 2018
1 parent 2945546 commit b7ad34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WRInfo/WRInfo/Colour.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Colour
public static Color Bad = WRed;
public static Color BelowAverage = Color.Orange;
public static Color Average = WYellow;
public static Color Good = Color.FromArgb(121, 175, 95);
public static Color Good = Color.LightGreen;
public static Color VeryGood = WGreen;
public static Color Great = Color.Cyan;
public static Color Unicum = Color.Magenta;
Expand Down

0 comments on commit b7ad34e

Please sign in to comment.