From cfa22ab1c45f660adb29de3a96bf2aea43e21e7b Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Mon, 29 Jan 2024 13:06:47 -0500 Subject: [PATCH] Change to a color that exists. Signed-off-by: Adam Treat --- gpt4all-chat/qml/Theme.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt4all-chat/qml/Theme.qml b/gpt4all-chat/qml/Theme.qml index a2543558..44b006b4 100644 --- a/gpt4all-chat/qml/Theme.qml +++ b/gpt4all-chat/qml/Theme.qml @@ -522,7 +522,7 @@ QtObject { property color userColor: { switch (MySettings.chatTheme) { case "LegacyDark": - return blue700; + return blue800; case "Dark": return green700; default: