Changes most uses of Color.Green to Color.LimeGreen for better visuals (#4666)

This commit is contained in:
Swept
2021-09-20 21:50:02 -07:00
committed by GitHub
parent 610ff0083f
commit ae54ad188e
14 changed files with 15 additions and 15 deletions

View File

@@ -337,7 +337,7 @@ namespace Content.Server.ParticleAccelerator.Components
}
var powerBlock = _wirePowerBlocked;
var keyboardLight = new StatusLightData(Color.Green,
var keyboardLight = new StatusLightData(Color.LimeGreen,
_wireInterfaceBlocked
? StatusLightState.BlinkingFast
: StatusLightState.On,