Some color and theme enhancements to make the UI contrast a bit better.

This commit is contained in:
Adam Treat
2023-05-30 21:03:40 -04:00
parent e756675d56
commit 64ec93d59b
2 changed files with 32 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ import QtQuick.Controls.Basic
QtObject {
property color textColor: "#d1d5db"
property color textAccent: "#8e8ea0"
property color mutedTextColor: backgroundLightest
property color textErrorColor: "red"
property color backgroundDarkest: "#202123"
@@ -12,6 +13,7 @@ QtObject {
property color backgroundLight: "#343541"
property color backgroundLighter: "#444654"
property color backgroundLightest: "#7d7d8e"
property color backgroundAccent: "#40414f"
property color buttonBorder: "#565869"
property color dialogBorder: "#d1d5db"
property color userColor: "#ec86bf"