Add soft yellow to colours

This commit is contained in:
Vortrex
2020-12-25 22:48:46 -06:00
parent 00a7f9fc22
commit dd0059fc5c

View File

@@ -45,6 +45,7 @@ let serverColours = {
burntYellow: toColour(210, 210, 0, 255),
burntOrange: toColour(210, 120, 0, 255),
bankGreen: toColour(0, 150, 0, 255),
softYellow: toColour(234, 198, 126, 255),
}
};