mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-16 15:58:36 +00:00
Changes to the UI and icons.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -390,33 +390,33 @@ QtObject {
|
||||
property color iconBackgroundViewBar: {
|
||||
switch (MySettings.chatTheme) {
|
||||
case "LegacyDark":
|
||||
return blue200;
|
||||
return iconBackgroundLight;
|
||||
case "Dark":
|
||||
return green400;
|
||||
return iconBackgroundLight;
|
||||
default:
|
||||
return green700;
|
||||
return green600;
|
||||
}
|
||||
}
|
||||
|
||||
property color iconBackgroundViewBarToggled: {
|
||||
switch (MySettings.chatTheme) {
|
||||
case "LegacyDark":
|
||||
return purple400;
|
||||
return iconBackgroundHovered;
|
||||
case "Dark":
|
||||
return accentColor;
|
||||
return green400;
|
||||
default:
|
||||
return black;
|
||||
return green950;
|
||||
}
|
||||
}
|
||||
|
||||
property color iconBackgroundViewBarHovered: {
|
||||
switch (MySettings.chatTheme) {
|
||||
case "LegacyDark":
|
||||
return blue400;
|
||||
return iconBackgroundHovered;
|
||||
case "Dark":
|
||||
return green600;
|
||||
return iconBackgroundHovered;
|
||||
default:
|
||||
return green500;
|
||||
return green950;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user