diff --git a/Dalamud/Game/Text/XivChatType.cs b/Dalamud/Game/Text/XivChatType.cs index 9d5dcc900..7e38c02ef 100644 --- a/Dalamud/Game/Text/XivChatType.cs +++ b/Dalamud/Game/Text/XivChatType.cs @@ -13,7 +13,7 @@ public enum XivChatType : ushort /// /// The debug chat type. /// - [XivChatTypeInfo("Debug", "debug", 0x????????)] + [XivChatTypeInfo("Debug", "debug", 0xFF808080)] Debug = 1, /// @@ -169,13 +169,13 @@ public enum XivChatType : ushort /// /// The system error chat type. /// - [XivChatTypeInfo("System Error", "system_error", 0xFFFF4A4A)] + [XivChatTypeInfo("System Error", "system_error", 0xFF808080)] SystemError = 58, /// /// The system message chat type. /// - [XivChatTypeInfo("System Message", "system_message", 0xFFCCCCCC)] + [XivChatTypeInfo("System Message", "system_message", 0xFF808080)] SystemMessage = 57, /// @@ -193,7 +193,7 @@ public enum XivChatType : ushort /// /// The NPC Dialogue chat type. /// - [XivChatTypeInfo("NPC Dialogue", "npc_dialogue", 0x ????????)] + [XivChatTypeInfo("NPC Dialogue", "npc_dialogue", 0xFFABD647)] NPCDialogue = 61, ///