add color property to themes json

This commit is contained in:
rolux 2012-06-11 23:46:35 +02:00
parent 1249e7d3a1
commit 964923817e
2 changed files with 8 additions and 0 deletions

View file

@ -1,4 +1,8 @@
{
"color": {
"failed": [128, 0, 0],
"passed": [0, 128, 0]
},
"lightness": {
"background": 0.75,
"color": 0.25

View file

@ -1,4 +1,8 @@
{
"color": {
"failed": [255, 0, 0],
"passed": [0, 192, 0]
},
"lightness": {
"background": 0.25,
"color": 0.75