diff --git a/OpenRA.Game/Settings.cs b/OpenRA.Game/Settings.cs index 486f3a467c..fdcf4685a7 100644 --- a/OpenRA.Game/Settings.cs +++ b/OpenRA.Game/Settings.cs @@ -205,7 +205,7 @@ namespace OpenRA { [Desc("Sets the player nickname.")] public string Name = "Commander"; - public Color Color = Color.FromAhsl(75, 255, 180); + public Color Color = Color.FromArgb(200, 32, 32); public string LastServer = "localhost:1234"; public Color[] CustomColors = { }; }