add color property to themes json
This commit is contained in:
parent
1249e7d3a1
commit
964923817e
2 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
{
|
{
|
||||||
|
"color": {
|
||||||
|
"failed": [128, 0, 0],
|
||||||
|
"passed": [0, 128, 0]
|
||||||
|
},
|
||||||
"lightness": {
|
"lightness": {
|
||||||
"background": 0.75,
|
"background": 0.75,
|
||||||
"color": 0.25
|
"color": 0.25
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
{
|
{
|
||||||
|
"color": {
|
||||||
|
"failed": [255, 0, 0],
|
||||||
|
"passed": [0, 192, 0]
|
||||||
|
},
|
||||||
"lightness": {
|
"lightness": {
|
||||||
"background": 0.25,
|
"background": 0.25,
|
||||||
"color": 0.75
|
"color": 0.75
|
||||||
|
|
Loading…
Reference in a new issue