diff --git a/Content.Client/Chat/ChatHelper.cs b/Content.Client/Chat/ChatHelper.cs index 159bf4efc4..03664d76d0 100644 --- a/Content.Client/Chat/ChatHelper.cs +++ b/Content.Client/Chat/ChatHelper.cs @@ -10,8 +10,8 @@ namespace Content.Client.Chat { ChatChannel.Server => Color.Orange, ChatChannel.Radio => Color.LimeGreen, - ChatChannel.LOOC => Color.LightSkyBlue, - ChatChannel.OOC => Color.RoyalBlue, + ChatChannel.LOOC => Color.MediumTurquoise, + ChatChannel.OOC => Color.LightSkyBlue, ChatChannel.Dead => Color.MediumPurple, ChatChannel.Admin => Color.Red, ChatChannel.Whisper => Color.DarkGray, diff --git a/Content.Client/Chat/UI/ChatBox.xaml.cs b/Content.Client/Chat/UI/ChatBox.xaml.cs index 0ebf06757a..8496a7ac04 100644 --- a/Content.Client/Chat/UI/ChatBox.xaml.cs +++ b/Content.Client/Chat/UI/ChatBox.xaml.cs @@ -496,8 +496,8 @@ namespace Content.Client.Chat.UI return channel switch { ChatSelectChannel.Radio => Color.LimeGreen, - ChatSelectChannel.LOOC => Color.LightSkyBlue, - ChatSelectChannel.OOC => Color.RoyalBlue, + ChatSelectChannel.LOOC => Color.MediumTurquoise, + ChatSelectChannel.OOC => Color.LightSkyBlue, ChatSelectChannel.Dead => Color.MediumPurple, ChatSelectChannel.Admin => Color.Red, _ => Color.DarkGray