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 56bb0e5214..cef0c0b02b 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 @@ -32,10 +32,10 @@ import java.awt.Color; public class ColorScheme { /* The blue color used for the branding's accents */ - public static final Color BRAND_BLUE = new Color(0, 106, 221); + public static final Color BRAND_BLUE = new Color(25, 194, 255); /* The blue color used for the branding's accents, with lowered opacity */ - public static final Color BRAND_BLUE_TRANSPARENT = new Color(0, 106, 221, 120); + public static final Color BRAND_BLUE_TRANSPARENT = new Color(25, 194, 255, 120); public static final Color DARKER_GRAY_COLOR = new Color(30, 30, 30); public static final Color DARK_GRAY_COLOR = new Color(40, 40, 40);