diff --git a/Content.Server/Chat/Systems/ChatSystem.cs b/Content.Server/Chat/Systems/ChatSystem.cs index b3d8479b896f..1ad908b27322 100644 --- a/Content.Server/Chat/Systems/ChatSystem.cs +++ b/Content.Server/Chat/Systems/ChatSystem.cs @@ -71,7 +71,7 @@ public sealed partial class ChatSystem : SharedChatSystem private readonly bool _adminLoocEnabled = true; [ValidatePrototypeId] - private const string _chatNamePalette = "Daltonic"; + private const string _chatNamePalette = "ChatNames"; private string[] _chatNameColors = default!; public override void Initialize() diff --git a/Resources/Prototypes/Palettes/text.yml b/Resources/Prototypes/Palettes/text.yml index 05686b0557af..607751a55a37 100644 --- a/Resources/Prototypes/Palettes/text.yml +++ b/Resources/Prototypes/Palettes/text.yml @@ -35,11 +35,14 @@ amber-accent-4: "#996700" - type: palette - id: Daltonic - name: Daltonic + id: ChatNames + name: ChatNames colors: - fuchsia: "#f44c77" - violet: "#993fe8" - chatreuse: "#d6eb63" - cyan: "#26a3f0" - orange: "#f5964e" + daltonicfuchsia: "#f44c77" + daltonicviolet: "#993fe8" + daltonicchatreuse: "#d6eb63" + daltoniccyan: "#26a3f0" + daltonicorange: "#f5964e" + green: "#5ef05a" + lightblue: "#85e6da" + gold: "#e6b940"