mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2025-01-16 20:41:28 +01:00
Add Discord blurple to Color
This commit is contained in:
parent
b3f12f5fda
commit
90150325bf
@ -30,6 +30,11 @@ import java.util.Objects;
|
||||
*/
|
||||
public class Color {
|
||||
|
||||
/**
|
||||
* Discord's blurple color (<a href="https://discord.com/branding">Discord branding</a>).
|
||||
*/
|
||||
public static final Color BLURPLE = new Color(0x5865F2);
|
||||
|
||||
private final int rgb;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user