aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/style.json
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-03-06 11:52:10 +0100
committerJari-Pekka Nurmi <jpnurmi@theqtcompany.com>2015-03-11 01:06:44 +0200
commita3921bcf01275425350c9c153fe92086a34d1403 (patch)
tree1c5c4dd36e9d19a36281bde723c7bf989bc70298 /src/imports/controls/style.json
parente9398b7465c7df38876d0c6528ea5c42bbd8bf6a (diff)
Implement Style as an attached property
Change-Id: I006ee566647e31d1a14919d164d7dd68539aae10 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/style.json')
-rw-r--r--src/imports/controls/style.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/imports/controls/style.json b/src/imports/controls/style.json
new file mode 100644
index 00000000..a1a79969
--- /dev/null
+++ b/src/imports/controls/style.json
@@ -0,0 +1,16 @@
+{
+ "accentColor": "#7bc258",
+ "backgroundColor": "#ffffff",
+ "baseColor": "#eeeeee",
+ "focusColor": "#45a7d7",
+ "frameColor": "#bdbebf",
+ "pressColor": "#33333333",
+ "selectedTextColor": "#ffffff",
+ "selectionColor": "#45a7d7",
+ "shadowColor": "#28282a",
+ "textColor": "#26282a",
+ "padding": 6,
+ "roundness": 3,
+ "disabledOpacity": 0.3,
+ "spacing": 6
+}