aboutsummaryrefslogtreecommitdiff
path: root/components/Style.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/Style.qml')
-rw-r--r--components/Style.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/Style.qml b/components/Style.qml
index b7077095..256f5397 100644
--- a/components/Style.qml
+++ b/components/Style.qml
@@ -12,8 +12,12 @@ QtObject {
property string inputBoxBackground: "black"
property string inputBoxBackgroundError: "#FFDDDD"
property string inputBoxColor: "white"
+
property string buttonBackgroundColor: "#FA6800"
+ property string buttonBackgroundColorHover: "#E65E00"
property string buttonBackgroundColorDisabled: "#3B3B3B"
+ property string buttonBackgroundColorDisabledHover: "#4F4F4F"
+
property string buttonTextColor: "white"
property string buttonTextColorDisabled: "black"
property string dividerColor: "white"