diff --git a/sources/CommandAnnouncer.uc b/sources/CommandAnnouncer.uc index b0817b7..73c44a8 100644 --- a/sources/CommandAnnouncer.uc +++ b/sources/CommandAnnouncer.uc @@ -138,7 +138,7 @@ public final function Setup( targetName = target .GetName() .IntoMutableText() - .ChangeDefaultColor(_.color.Gray); + .ChangeDefaultColor(_.color.LightGray); } instigator = none; _.memory.Free(instigatorName); @@ -150,7 +150,7 @@ public final function Setup( instigatorName = instigator .GetName() .IntoMutableText() - .ChangeDefaultColor(_.color.Gray); + .ChangeDefaultColor(_.color.LightGray); } publicConsole = none; if (newPublicConsole != none && newPublicConsole.IsAllocated()) diff --git a/sources/Tools/InventoryTool.uc b/sources/Tools/InventoryTool.uc index 1da2f96..7210179 100644 --- a/sources/Tools/InventoryTool.uc +++ b/sources/Tools/InventoryTool.uc @@ -530,7 +530,7 @@ private final function MutableText ColorNickname(/* take */ BaseText nickname) } return nickname .IntoMutableText() - .ChangeDefaultColor(_.color.Gray); + .ChangeDefaultColor(_.color.LightGray); } /**