diff options
| -rw-r--r-- | azalea-chat/src/style.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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), |
