community-apps/applications/blocks/Icons/Blocks-icons.json
Basinsky 5ee48797ec
Initial commit (#31)
* Create blocks

* Delete blocks

* Create Blocks.js

* Add files via upload

* Update Blocks.js

* Update metadata.js
2021-09-12 16:20:22 -04:00

113 lines
No EOL
4.1 KiB
JSON

{
"iconData":[
{
"type": "color",
"color":"{\"r\":\"255\",\"g\":\"0\",\"b\":\"0\"}",
"inactive":"Red-255-0-0.jpg",
"active":"Red-255-0-0-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"128\",\"g\":\"51\",\"b\":\"0\"}",
"inactive":"Brown-128-51-0.jpg",
"active":"Brown-128-51-0-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"255\",\"g\":\"0\",\"b\":\"225\"}",
"inactive":"Purple-255-0-255.jpg",
"active":"Purple-255-0-255-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"176\",\"g\":\"0\",\"b\":\"255\"}",
"inactive":"Purple-176-0-255.jpg",
"active":"Purple-176-0-255-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"0\",\"g\":\"0\",\"b\":\"255\"}",
"inactive":"Blue-0-0-255.jpg",
"active":"Blue-0-0-255-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"0\",\"g\":\"149\",\"b\":\"255\"}",
"inactive":"Blue-0-149-255.jpg",
"active":"Blue-0-149-255-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"0\",\"g\":\"255\",\"b\":\"255\"}",
"inactive":"Cyan-0-255-255.jpg",
"active":"Cyan-0-255-255-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"0\",\"g\":\"255\",\"b\":\"0\"}",
"inactive":"Green-0-255-0.jpg",
"active":"Green-0-255-0-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"255\",\"g\":\"255\",\"b\":\"0\"}",
"inactive":"Yellow-255-255-0.jpg",
"active":"Yellow-255-255-0-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"255\",\"g\":\"143\",\"b\":\"0\"}",
"inactive":"Orange-255-143-0.jpg",
"active":"Orange-255-143-0-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"255\",\"g\":\"255\",\"b\":\"255\"}",
"inactive":"White-255-255-255.jpg",
"active":"White-255-255-255-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"150\",\"g\":\"150\",\"b\":\"150\"}",
"inactive":"Grey-150-150-150.jpg",
"active":"Grey-150-150-150-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"100\",\"g\":\"100\",\"b\":\"100\"}",
"inactive":"Grey-100-100-100.jpg",
"active":"Grey-100-100-100-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"50\",\"g\":\"50\",\"b\":\"50\"}",
"inactive":"Grey-50-50-50.jpg",
"active":"Grey-50-50-50-a.jpg"
},
{
"type": "color",
"color":"{\"r\":\"0\",\"g\":\"0\",\"b\":\"0\"}",
"inactive":"Black-0-0-0.jpg",
"active":"Black-0-0-0-a.jpg"
},
{
"type": "action",
"name": "newblock",
"inactive":"newblock.png",
"active":"newblock-a.png"
},
{
"type": "action",
"name": "deleteall",
"inactive":"deleteall.png",
"active":"deleteall-a.png"
},
{
"type": "action",
"name": "help",
"inactive":"help.png",
"active":"help-a.png"
}
]
}