Toned down wall color (#22522)

This commit is contained in:
chromiumboy 2023-12-14 23:36:01 -06:00 committed by Debug
parent 37e097f0e8
commit 6676238759
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public sealed partial class CrewMonitoringNavMapControl : NavMapControl
public CrewMonitoringNavMapControl() : base()
{
WallColor = new Color(250, 146, 255);
WallColor = new Color(192, 122, 196);
TileColor = new(71, 42, 72);
_backgroundColor = Color.FromSrgb(TileColor.WithAlpha(0.8f));