76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"badges": {
|
|
"build-passed": {
|
|
"text": [ "build", "passed" ],
|
|
"widths": [ 35, 48 ],
|
|
"colorscheme": "green"
|
|
},
|
|
"build-passing": {
|
|
"text": [ "build", "passing" ],
|
|
"widths": [ 35, 52 ],
|
|
"colorscheme": "green"
|
|
},
|
|
"build-pending": {
|
|
"text": [ "build", "pending" ],
|
|
"widths": [ 35, 54 ],
|
|
"colorscheme": "yellow"
|
|
},
|
|
"build-failing": {
|
|
"text": [ "build", "failing" ],
|
|
"widths": [ 35, 44 ],
|
|
"colorscheme": "red"
|
|
},
|
|
"build-unknown": {
|
|
"text": [ "build", "unknown" ],
|
|
"widths": [ 35, 58 ],
|
|
"colorscheme": "grey"
|
|
},
|
|
"build-error": {
|
|
"text": [ "build", "error" ],
|
|
"widths": [ 35, 36 ],
|
|
"colorscheme": "grey"
|
|
},
|
|
"dependencies-none": {
|
|
"text": [ "dependencies", "none" ],
|
|
"widths": [ 85, 37 ],
|
|
"colorscheme": "green"
|
|
},
|
|
"dependencies-out-of-date": {
|
|
"text": [ "dependencies", "out of date" ],
|
|
"widths": [ 85, 65 ],
|
|
"colorscheme": "yellow"
|
|
},
|
|
"cheez-whiz": {
|
|
"text": [ "cheez", "whiz" ],
|
|
"widths": [ 41, 33 ],
|
|
"colorscheme": "yellow"
|
|
},
|
|
"tips-per-week": {
|
|
"text": [ "tips", "$21/week" ],
|
|
"widths": [ 30, 65 ],
|
|
"colorB": [ "#98cb03", "#94c600", "#6c9100", "#4d6700" ]
|
|
},
|
|
"coverage": {
|
|
"text": [ "coverage", "73%" ],
|
|
"widths": [ 58, 34 ],
|
|
"colorscheme": "red"
|
|
}
|
|
},
|
|
"colorschemes": {
|
|
"green": {
|
|
"colorA": [ "#aaa", "#666", "#444", "#222" ],
|
|
"colorB": [ "#8f6", "#4c1", "#3b0", "#370" ]
|
|
},
|
|
"yellow": {
|
|
"colorA": [ "#aaa", "#666", "#444", "#222" ],
|
|
"colorB": [ "#ffe37f", "#dfb317", "#9f8010", "#8a6f0e" ]
|
|
},
|
|
"red": {
|
|
"colorB": [ "#ffac9c", "#e05d44", "#9e4230", "#722f22" ]
|
|
},
|
|
"grey": {
|
|
"colorB": [ "#d6d6d6", "#9f9f9f", "#707070", "#515151" ]
|
|
}
|
|
}
|
|
}
|