UI Tweaks

This commit is contained in:
Serge
2024-03-31 20:13:26 +02:00
parent 9c0e2b4123
commit ead49d117e
2 changed files with 4 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ namespace GHelper.UI
public static Color colorStandard = Color.FromArgb(255, 58, 174, 239);
public static Color colorTurbo = Color.FromArgb(255, 255, 32, 32);
public static Color colorCustom = Color.FromArgb(255, 255, 128, 0);
public static Color colorGray = Color.FromArgb(255, 168, 168, 168);
public static Color buttonMain;