mirror of
https://github.com/QRouland/UTPass.git
synced 2024-11-14 03:22:39 +00:00
10 lines
355 B
QML
10 lines
355 B
QML
pragma Singleton
|
|
import QtQuick 2.4
|
|
|
|
Item {
|
|
readonly property color claret : "#77172A"
|
|
readonly property color raisin_black : "#AE2B25"
|
|
readonly property color steel_blue : "#462C98"
|
|
readonly property color twilight_lavender : "#754888"
|
|
readonly property color eerie_black : "#191716"
|
|
} |