Toned down wall color (#22522)
This commit is contained in:
@@ -15,7 +15,7 @@ public sealed partial class CrewMonitoringNavMapControl : NavMapControl
|
|||||||
|
|
||||||
public CrewMonitoringNavMapControl() : base()
|
public CrewMonitoringNavMapControl() : base()
|
||||||
{
|
{
|
||||||
WallColor = new Color(250, 146, 255);
|
WallColor = new Color(192, 122, 196);
|
||||||
TileColor = new(71, 42, 72);
|
TileColor = new(71, 42, 72);
|
||||||
|
|
||||||
_backgroundColor = Color.FromSrgb(TileColor.WithAlpha(0.8f));
|
_backgroundColor = Color.FromSrgb(TileColor.WithAlpha(0.8f));
|
||||||
|
|||||||
Reference in New Issue
Block a user