Add some colour-by-type entries
This commit is contained in:
@@ -194,6 +194,22 @@ let serverColours = {
|
||||
alertMessage: toColour(255, 255, 0, 255),
|
||||
successMessage: toColour(0, 180, 0, 255),
|
||||
clanChatMessage: toColour(0, 190, 0, 255),
|
||||
policeBlue: toColour(50, 80, 200, 255),
|
||||
medicPink: toColour(219, 112, 147, 255),
|
||||
firefighterRed: toColour(205, 60, 60, 255),
|
||||
busDriverGreen: toColour(50, 160, 50, 255),
|
||||
taxiDriverYellow: toColour(240, 230, 100, 255),
|
||||
deliveryPurple: toColour(177, 156, 217, 255),
|
||||
civilianWhite: toColour(200, 200, 200, 255),
|
||||
burntYellow: toColour(210, 210, 0, 255),
|
||||
burntOrange: toColour(210, 120, 0, 255),
|
||||
bankGreen: toColour(0, 150, 0, 255),
|
||||
softYellow: toColour(234, 198, 126, 255),
|
||||
businessBlue: toColour(0, 153, 255, 255),
|
||||
houseGreen: toColour(17, 204, 17, 255),
|
||||
clanOrange: toColour(255, 153, 0, 255),
|
||||
npcPink: toColour(219, 112, 147, 255),
|
||||
adminOrange: toColour(205, 60, 60, 255),
|
||||
},
|
||||
byName: {
|
||||
white: toColour(255, 255, 255, 255),
|
||||
|
||||
Reference in New Issue
Block a user