aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-05-29 22:24:08 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-05-29 22:24:08 +0200
commit377a01ad4a6bd150fffec96a0605e09f06747ff9 (patch)
tree0d57b4f436713daad700183ea9a877a38efff102 /tools
parentaf71b943397b299fbf4e1ebacbdea9ed7f005590 (diff)
downloaduGFX-377a01ad4a6bd150fffec96a0605e09f06747ff9.tar.gz
uGFX-377a01ad4a6bd150fffec96a0605e09f06747ff9.tar.bz2
uGFX-377a01ad4a6bd150fffec96a0605e09f06747ff9.zip
Updating JSON file for uGFX-Studio
Diffstat (limited to 'tools')
-rw-r--r--tools/studio/options.json182
1 files changed, 156 insertions, 26 deletions
diff --git a/tools/studio/options.json b/tools/studio/options.json
index 4b9c0a64..a18e6ecd 100644
--- a/tools/studio/options.json
+++ b/tools/studio/options.json
@@ -281,27 +281,92 @@
"Library": "WhiteWidgetStyle",
"Colors":
{
- "Background": "0xFFFFFF",
+ "Background":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0xFFFFFF"
+ },
"Enabled":
{
- "Text": "0x000000",
- "Edge": "0x404040",
- "Fill": "0xE0E0E0",
- "Progress": "0xE0E0E0"
+ "Text":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x000000"
+ },
+ "Edge":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x404040"
+ },
+ "Fill":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0xE0E0E0"
+ },
+ "Progress":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0xE0E0E0"
+ }
},
"Disabled":
{
- "Text": "0xC0C0C0",
- "Edge": "0x808080",
- "Fill": "0xE0E0E0",
- "Progress": "0xC0E0C0"
+ "Text":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0xC0C0C0"
+ },
+ "Edge":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x808080"
+ },
+ "Fill":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0xE0E0E0"
+ },
+ "Progress":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0xC0E0C0"
+ }
},
"Pressed":
{
- "Text": "0x404040",
- "Edge": "0x404040",
- "Fill": "0x808080",
- "Progress": "0x00E000"
+ "Text":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x404040"
+ },
+ "Edge":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x404040"
+ },
+ "Fill":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x808080"
+ },
+ "Progress":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x00E000"
+ }
}
}
},
@@ -310,27 +375,92 @@
"Library": "BlackWidgetStyle",
"Colors":
{
- "Background": "0x000000",
+ "Background":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x000000"
+ },
"Enabled":
{
- "Text": "0xC0C0C0",
- "Edge": "0xC0C0C0",
- "Fill": "0x606060",
- "Progress": "0x404040"
+ "Text":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0xC0C0C0"
+ },
+ "Edge":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0xC0C0C0"
+ },
+ "Fill":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x606060"
+ },
+ "Progress":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x404040"
+ }
},
"Disabled":
{
- "Text": "0x808080",
- "Edge": "0x404040",
- "Fill": "0x404040",
- "Progress": "0x004000"
+ "Text":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x808080"
+ },
+ "Edge":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x404040"
+ },
+ "Fill":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x404040"
+ },
+ "Progress":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x004000"
+ }
},
"Pressed":
{
- "Text": "0xFFFFFF",
- "Edge": "0xC0C0C0",
- "Fill": "0xE0E0E0",
- "Progress": "0x008000"
+ "Text":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0xFFFFFF"
+ },
+ "Edge":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0xC0C0C0"
+ },
+ "Fill":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0xE0E0E0"
+ },
+ "Progress":
+ {
+ "User": "",
+ "Library": "",
+ "RGB": "0x008000"
+ }
}
}
}