New lightmode and darkmode themes with UI revamp.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat
2024-01-22 14:41:47 -05:00
committed by AT
parent 0a45dd384e
commit 697a5f5d2a
31 changed files with 780 additions and 485 deletions

View File

@@ -7,7 +7,6 @@ import QtQuick.Layouts
Dialog {
id: popupDialog
anchors.centerIn: parent
opacity: 0.9
padding: 20
property alias text: textField.text
property bool shouldTimeOut: true
@@ -53,7 +52,7 @@ Dialog {
background: Rectangle {
anchors.fill: parent
color: theme.backgroundDarkest
color: theme.containerBackground
border.width: 1
border.color: theme.dialogBorder
radius: 10