From c36c3c0ed02b3727ba61b45a6a7febf1a008a7dc Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 12 Aug 2025 18:18:23 +0900 Subject: fix incorrect dark_red color --- azalea-chat/src/style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azalea-chat/src/style.rs b/azalea-chat/src/style.rs index 1ae0e3db..b67dcf89 100644 --- a/azalea-chat/src/style.rs +++ b/azalea-chat/src/style.rs @@ -250,7 +250,7 @@ impl ChatFormatting { ChatFormatting::DarkBlue => Some(170), ChatFormatting::DarkGreen => Some(43520), ChatFormatting::DarkAqua => Some(43690), - ChatFormatting::DarkRed => Some(1114112), + ChatFormatting::DarkRed => Some(11141120), ChatFormatting::DarkPurple => Some(11141290), ChatFormatting::Gold => Some(16755200), ChatFormatting::Gray => Some(11184810), -- cgit v1.2.3