Files
shields/badges.json
T

50 lines
1.2 KiB
JSON

{
"badges": {
"build-passed": {
"text": [ "build", "passed" ],
"widths": [ 35, 48 ],
"colorscheme": "green"
},
"build-passing": {
"text": [ "build", "passing" ],
"widths": [ 35, 52 ],
"colorscheme": "green"
},
"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 ],
"colorB": [ "#e05f46", "#db5b42", "#a04230", "#722f22" ]
}
},
"colorschemes": {
"green": {
"colorA": [ "#aaa", "#666", "#444", "#222" ],
"colorB": [ "#8f6", "#4c1", "#3b0", "#370" ]
},
"yellow": {
"colorA": [ "#aaa", "#666", "#444", "#222" ],
"colorB": [ "#ffe37f", "#dfb317", "#9f8010", "#8a6f0e" ]
}
}
}