Updating JSON file for uGFX-Studio

ugfx_release_2.6
Joel Bodenmann 2015-05-29 22:24:08 +02:00
parent af71b94339
commit 377a01ad4a
1 changed files with 156 additions and 26 deletions

View File

@ -281,27 +281,92 @@
"Library": "WhiteWidgetStyle", "Library": "WhiteWidgetStyle",
"Colors": "Colors":
{ {
"Background": "0xFFFFFF", "Background":
{
"User": "",
"Library": "",
"RGB": "0xFFFFFF"
},
"Enabled": "Enabled":
{ {
"Text": "0x000000", "Text":
"Edge": "0x404040", {
"Fill": "0xE0E0E0", "User": "",
"Progress": "0xE0E0E0" "Library": "",
"RGB": "0x000000"
},
"Edge":
{
"User": "",
"Library": "",
"RGB": "0x404040"
},
"Fill":
{
"User": "",
"Library": "",
"RGB": "0xE0E0E0"
},
"Progress":
{
"User": "",
"Library": "",
"RGB": "0xE0E0E0"
}
}, },
"Disabled": "Disabled":
{ {
"Text": "0xC0C0C0", "Text":
"Edge": "0x808080", {
"Fill": "0xE0E0E0", "User": "",
"Progress": "0xC0E0C0" "Library": "",
"RGB": "0xC0C0C0"
},
"Edge":
{
"User": "",
"Library": "",
"RGB": "0x808080"
},
"Fill":
{
"User": "",
"Library": "",
"RGB": "0xE0E0E0"
},
"Progress":
{
"User": "",
"Library": "",
"RGB": "0xC0E0C0"
}
}, },
"Pressed": "Pressed":
{ {
"Text": "0x404040", "Text":
"Edge": "0x404040", {
"Fill": "0x808080", "User": "",
"Progress": "0x00E000" "Library": "",
"RGB": "0x404040"
},
"Edge":
{
"User": "",
"Library": "",
"RGB": "0x404040"
},
"Fill":
{
"User": "",
"Library": "",
"RGB": "0x808080"
},
"Progress":
{
"User": "",
"Library": "",
"RGB": "0x00E000"
}
} }
} }
}, },
@ -310,27 +375,92 @@
"Library": "BlackWidgetStyle", "Library": "BlackWidgetStyle",
"Colors": "Colors":
{ {
"Background": "0x000000", "Background":
{
"User": "",
"Library": "",
"RGB": "0x000000"
},
"Enabled": "Enabled":
{ {
"Text": "0xC0C0C0", "Text":
"Edge": "0xC0C0C0", {
"Fill": "0x606060", "User": "",
"Progress": "0x404040" "Library": "",
"RGB": "0xC0C0C0"
},
"Edge":
{
"User": "",
"Library": "",
"RGB": "0xC0C0C0"
},
"Fill":
{
"User": "",
"Library": "",
"RGB": "0x606060"
},
"Progress":
{
"User": "",
"Library": "",
"RGB": "0x404040"
}
}, },
"Disabled": "Disabled":
{ {
"Text": "0x808080", "Text":
"Edge": "0x404040", {
"Fill": "0x404040", "User": "",
"Progress": "0x004000" "Library": "",
"RGB": "0x808080"
},
"Edge":
{
"User": "",
"Library": "",
"RGB": "0x404040"
},
"Fill":
{
"User": "",
"Library": "",
"RGB": "0x404040"
},
"Progress":
{
"User": "",
"Library": "",
"RGB": "0x004000"
}
}, },
"Pressed": "Pressed":
{ {
"Text": "0xFFFFFF", "Text":
"Edge": "0xC0C0C0", {
"Fill": "0xE0E0E0", "User": "",
"Progress": "0x008000" "Library": "",
"RGB": "0xFFFFFF"
},
"Edge":
{
"User": "",
"Library": "",
"RGB": "0xC0C0C0"
},
"Fill":
{
"User": "",
"Library": "",
"RGB": "0xE0E0E0"
},
"Progress":
{
"User": "",
"Library": "",
"RGB": "0x008000"
}
} }
} }
} }