mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-06 11:00:48 +00:00
Add a legacy dark mode.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ Item {
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
height: 3
|
||||
color: theme.yellowAccent
|
||||
color: theme.accentColor
|
||||
}
|
||||
|
||||
TabBar {
|
||||
@@ -90,7 +90,7 @@ Item {
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
height: 3
|
||||
color: theme.yellowAccent
|
||||
color: theme.accentColor
|
||||
}
|
||||
|
||||
FolderDialog {
|
||||
|
Reference in New Issue
Block a user