Improving file parsed by uGFX-Studio
This commit is contained in:
parent
6826f89269
commit
4e84469515
@ -53,78 +53,97 @@
|
|||||||
"Colors" : [
|
"Colors" : [
|
||||||
{
|
{
|
||||||
"User": "White",
|
"User": "White",
|
||||||
|
"Library" : "White",
|
||||||
"RGB": "0xFFFFFF"
|
"RGB": "0xFFFFFF"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Black",
|
"User": "Black",
|
||||||
|
"Library": "Black",
|
||||||
"RGB": "0x000000"
|
"RGB": "0x000000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Gray",
|
"User": "Gray",
|
||||||
|
"Library": "Gray",
|
||||||
"RGB": "0x808080"
|
"RGB": "0x808080"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Blue",
|
"User": "Blue",
|
||||||
|
"Library": "Blue",
|
||||||
"RGB": "0x0000FF"
|
"RGB": "0x0000FF"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Red",
|
"User": "Red",
|
||||||
|
"Library": "Red",
|
||||||
"RGB": "0xFF0000"
|
"RGB": "0xFF0000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Magenta",
|
"User": "Magenta",
|
||||||
|
"Library": "Magenta",
|
||||||
"RGB": "0xFF00FF"
|
"RGB": "0xFF00FF"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Green",
|
"User": "Green",
|
||||||
|
"Library": "Green",
|
||||||
"RGB": "0x008000"
|
"RGB": "0x008000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Yellow",
|
"User": "Yellow",
|
||||||
|
"Library": "Yellow",
|
||||||
"RGB": "0xFFFF00"
|
"RGB": "0xFFFF00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Cyan",
|
"User": "Cyan",
|
||||||
|
"Library": "Cyan",
|
||||||
"RGB": "0x00FFFF"
|
"RGB": "0x00FFFF"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Lime",
|
"User": "Lime",
|
||||||
|
"Library": "Lime",
|
||||||
"RGB": "0x00FF00"
|
"RGB": "0x00FF00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Maroon",
|
"User": "Maroon",
|
||||||
|
"Library": "Maroon",
|
||||||
"RGB": "0x800000"
|
"RGB": "0x800000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Navy",
|
"User": "Navy",
|
||||||
|
"Library": "Navy",
|
||||||
"RGB": "0x000080"
|
"RGB": "0x000080"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Olive",
|
"User": "Olive",
|
||||||
|
"Library": "Olive",
|
||||||
"RGB": "0x808000"
|
"RGB": "0x808000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Purple",
|
"User": "Purple",
|
||||||
|
"Library": "Purple",
|
||||||
"RGB": "0x800080"
|
"RGB": "0x800080"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Silver",
|
"User": "Silver",
|
||||||
|
"Library": "Silver",
|
||||||
"RGB": "0xC0C0C0"
|
"RGB": "0xC0C0C0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Teal",
|
"User": "Teal",
|
||||||
|
"Library": "Teal",
|
||||||
"RGB": "0x008080"
|
"RGB": "0x008080"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Orange",
|
"User": "Orange",
|
||||||
|
"Library": "Orange",
|
||||||
"RGB": "0xFFA500"
|
"RGB": "0xFFA500"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "Pink",
|
"User": "Pink",
|
||||||
|
"Library": "Pink",
|
||||||
"RGB": "0xFFC0CB"
|
"RGB": "0xFFC0CB"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"User": "SkyBlue",
|
"User": "SkyBlue",
|
||||||
|
"Library": "SkyBlue",
|
||||||
"RGB": "0x87CEEB"
|
"RGB": "0x87CEEB"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user