diff --git a/Content.Server/Chat/Systems/ChatSystem.cs b/Content.Server/Chat/Systems/ChatSystem.cs index 1b5c8b83fa46..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 = "Material"; + 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 de0a9fb60d9f..607751a55a37 100644 --- a/Resources/Prototypes/Palettes/text.yml +++ b/Resources/Prototypes/Palettes/text.yml @@ -32,4 +32,17 @@ amber-lighten-2: "#755900" amber-darken-2: "#cc8000" amber-accent-2: "#7c6200" - amber-accent-4: "#996700" \ No newline at end of file + amber-accent-4: "#996700" + +- type: palette + id: ChatNames + name: ChatNames + colors: + daltonicfuchsia: "#f44c77" + daltonicviolet: "#993fe8" + daltonicchatreuse: "#d6eb63" + daltoniccyan: "#26a3f0" + daltonicorange: "#f5964e" + green: "#5ef05a" + lightblue: "#85e6da" + gold: "#e6b940"