Add Discord blurple to Color

This commit is contained in:
Vankka 2022-03-09 01:42:30 +02:00
parent b3f12f5fda
commit 90150325bf
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0

View File

@ -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;
/**