orange -> blue

This commit is contained in:
ThatGamerBlue
2021-02-09 22:34:51 +00:00
parent faeca5d163
commit 8d37c4363d

View File

@@ -38,10 +38,10 @@ public class ColorScheme
public static final Color BRAND_BLUE_TRANSPARENT = new Color(25, 194, 255, 120);
/* The orange color used for the branding's accents */
public static final Color BRAND_ORANGE = new Color(220, 138, 0);
public static final Color BRAND_ORANGE = BRAND_BLUE;
/* The orange color used for the branding's accents, with lowered opacity */
public static final Color BRAND_ORANGE_TRANSPARENT = new Color(220, 138, 0, 120);
public static final Color BRAND_ORANGE_TRANSPARENT = BRAND_BLUE_TRANSPARENT;
public static final Color DARKER_GRAY_COLOR = new Color(30, 30, 30);
public static final Color DARK_GRAY_COLOR = new Color(40, 40, 40);