Add a legacy dark mode.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat
2024-01-29 11:12:12 -05:00
committed by AT
parent c1fce502f7
commit 34de19ebf6
13 changed files with 491 additions and 78 deletions

View File

@@ -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 {