mirror of
https://github.com/QRouland/UTPass.git
synced 2024-11-09 01:02:40 +00:00
11 lines
302 B
QML
11 lines
302 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"
|
|
}
|