Skip to content

Commit

Permalink
fix(colors): rename colors that conflict with figura
Browse files Browse the repository at this point in the history
Renames the colors `RED` and `BLUE` to `FIGURA_RED` and `FIGURA_BLUE`. Fixes [a bug](https://discord.com/channels/1129805506354085959/1312362743827009667) reported by @TotalTakeover where vanilla colors would be inaccesible due to Figura colors taking priority.

Co-authored-by: Total <[email protected]>
  • Loading branch information
PoolloverNathan and TotalTakeover committed Nov 30, 2024
1 parent cae56ef commit 8708d40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ public class ColorUtils {
public enum Colors {
AWESOME_BLUE(0x5EA5FF),
PURPLE(0xA672EF),
BLUE(0x00F0FF),
FIGURA_BLUE(0x00F0FF),
SOFT_BLUE(0x99BBEE),
RED(0xFF2400),
FIGURA_RED(0xFF2400),
ORANGE(0xFFC400),

CHEESE(0xF8C53A),
Expand Down

0 comments on commit 8708d40

Please sign in to comment.