diff --git a/runelite-client/src/main/java/net/runelite/client/ui/ColorScheme.java b/runelite-client/src/main/java/net/runelite/client/ui/ColorScheme.java index b66c62d7fd..538a59b1c5 100644 --- a/runelite-client/src/main/java/net/runelite/client/ui/ColorScheme.java +++ b/runelite-client/src/main/java/net/runelite/client/ui/ColorScheme.java @@ -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);