overte/interface/resources/qml/styles/HifiPalette.qml
2015-04-27 10:53:58 -07:00

11 lines
185 B
QML

import QtQuick 2.4
Item {
property string hifiBlue: "#0e7077"
property alias colors: colorsObj
Item {
id: colorsObj
property string hifiRed: "red"
}
}