orange -> blue
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user