Begin redesign of settings dialog.

This commit is contained in:
Adam Treat
2023-06-30 09:50:09 -04:00
committed by AT
parent dedb0025be
commit 2a6c673c25
7 changed files with 169 additions and 44 deletions

View File

@@ -19,7 +19,7 @@ QtObject {
property color userColor: "#ec86bf"
property color assistantColor: "#10a37f"
property color linkColor: "#55aaff"
property color tabBorder: "#2c2d35"
property color tabBorder: backgroundLight
property real fontSizeLarge: Qt.application.font.pixelSize
property real fontSizeLarger: Qt.application.font.pixelSize + 2
}