Add a new muted text color.

This commit is contained in:
Adam Treat
2023-05-20 20:02:38 -04:00
committed by AT
parent 9bfff8bfcb
commit c6df4645c8
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import QtQuick.Controls.Basic
QtObject {
property color textColor: "#d1d5db"
property color mutedTextColor: backgroundLightest
property color textErrorColor: "red"
property color backgroundDarkest: "#202123"
property color backgroundDarker: "#222326"