add sunlight colors to color picker and tests

This commit is contained in:
Keegan
2016-02-12 16:38:06 -08:00
parent ba74959919
commit 5ad2834cc8
9 changed files with 267 additions and 27 deletions
+10 -2
View File
@@ -41,8 +41,16 @@ module.exports = [
{
"type": "color",
"appKey": "background",
"value": "0xFF0000",
"label": "Background Color"
"value": "FF0000",
"label": "Background Color",
"sunlight": false
},
{
"type": "color",
"appKey": "background",
"value": "00FF00",
"label": "Sunny Color",
"sunlight": true
}
]
},