Update lazer default combo colours to match stable

This commit is contained in:
Dean Herbert 2019-10-04 10:46:48 +08:00
parent 0dd12990c4
commit 925615320e
1 changed files with 4 additions and 4 deletions

View File

@ -14,10 +14,10 @@ public DefaultSkinConfiguration()
{ {
ComboColours.AddRange(new[] ComboColours.AddRange(new[]
{ {
new Color4(17, 136, 170, 255), new Color4(255, 192, 0, 255),
new Color4(102, 136, 0, 255), new Color4(0, 202, 0, 255),
new Color4(204, 102, 0, 255), new Color4(18, 124, 255, 255),
new Color4(121, 9, 13, 255) new Color4(242, 24, 57, 255),
}); });
} }
} }