aboutsummaryrefslogtreecommitdiff
path: root/components/Style.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-08-05 19:22:59 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-08-05 20:56:32 +0200
commiteef3f8a3ac5a506a5a0d405ac253185ce6cdd270 (patch)
treee785a25ccd7a16bc5367ff6b47682fa372c9345c /components/Style.qml
parent2671cd926c4c86f7967439daceca211ddfaffde3 (diff)
downloadmonzero-gui-eef3f8a3ac5a506a5a0d405ac253185ce6cdd270.tar.gz
monzero-gui-eef3f8a3ac5a506a5a0d405ac253185ce6cdd270.tar.xz
monzero-gui-eef3f8a3ac5a506a5a0d405ac253185ce6cdd270.zip
Lighten up the grey colors a bit
Diffstat (limited to 'components/Style.qml')
-rw-r--r--components/Style.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/Style.qml b/components/Style.qml
index 21a27f7c..bf0a5084 100644
--- a/components/Style.qml
+++ b/components/Style.qml
@@ -11,7 +11,6 @@ QtObject {
property string grey: "#404040"
property string defaultFontColor: "white"
- property string greyFontColor: "#808080"
property string dimmedFontColor: "#BBBBBB"
property string inputBoxBackground: "black"
property string inputBoxBackgroundError: "#FFDDDD"