Use a lighter gray color for data

This commit is contained in:
Marc Baloup 2024-02-14 20:29:49 +01:00
parent 07f3841ee6
commit 5a3831ba74

View File

@ -50,7 +50,7 @@ public class ChatConfig {
/** /**
* The color used to display data in a message. * The color used to display data in a message.
*/ */
public static TextColor dataColor = PandaTheme.CHAT_GRAY_MID; public static TextColor dataColor = NamedTextColor.GRAY;
/** /**
* The color used for displayed URLs and clickable URLs. * The color used for displayed URLs and clickable URLs.