aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/landingpage/imports/LandingPage/+QDS_theming/Colors.qml
blob: 2b089eb8435b86799d713d79921d5f616a4764ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0

pragma Singleton
import QtQuick 2.15

QtObject {
    readonly property color text: "#ffe7e7e7"
    readonly property color foregroundPrimary: "#ffa3a3a3"
    readonly property color foregroundSecondary: "#ff808080"
    readonly property color backgroundPrimary: "#ff333333"
    readonly property color backgroundSecondary: "#ff232323"
    readonly property color hover: "#ff404040"
    readonly property color accent: "#ff57d658"
    readonly property color link: "#ff67e668"
    readonly property color disabledLink: "#7fffffff"
}