diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-26 14:32:09 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-26 14:32:09 -0600 |
commit | dd6348e1a98407b91f6758a38f42d849274866a3 (patch) | |
tree | 46770bfdfd92e92f53f3c95f4583a30d7f56134f /framework/qml/Colors.qml | |
parent | 66b8dcd5b49c63d0994dacb198972277d3d5063a (diff) | |
download | kube-dd6348e1a98407b91f6758a38f42d849274866a3.tar.gz kube-dd6348e1a98407b91f6758a38f42d849274866a3.zip |
Assign a color depending on the encryption/signature state.
Diffstat (limited to 'framework/qml/Colors.qml')
-rw-r--r-- | framework/qml/Colors.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Colors.qml b/framework/qml/Colors.qml index b0be7569..ec9a09bf 100644 --- a/framework/qml/Colors.qml +++ b/framework/qml/Colors.qml | |||
@@ -34,6 +34,7 @@ Item { | |||
34 | property string bewareOrange: "#f67400" | 34 | property string bewareOrange: "#f67400" |
35 | property string dangerRed: "#ed1515" | 35 | property string dangerRed: "#ed1515" |
36 | property string darkCharcoalGrey: "#232629" | 36 | property string darkCharcoalGrey: "#232629" |
37 | property string lightgrey: "lightgrey" | ||
37 | 38 | ||
38 | //Colorusage: | 39 | //Colorusage: |
39 | property string textColor: charcoalGrey | 40 | property string textColor: charcoalGrey |