Files
shields/badges.json
T

102 lines
2.6 KiB
JSON

{
"badges": {
"build-passed": {
"text": [ "build", "passed" ],
"widths": [ 35, 48 ],
"colorscheme": "brightgreen"
},
"build-passing": {
"text": [ "build", "passing" ],
"widths": [ 35, 52 ],
"colorscheme": "brightgreen"
},
"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": "lightgrey"
},
"build-error": {
"text": [ "build", "error" ],
"widths": [ 35, 36 ],
"colorscheme": "lightgrey"
},
"dependencies-none": {
"text": [ "dependencies", "none" ],
"widths": [ 85, 37 ],
"colorscheme": "green"
},
"dependencies-up-to-date": {
"text": [ "dependencies", "up-to-date" ],
"widths": [ 85, 77 ],
"colorscheme": "green"
},
"dependencies-out-of-date": {
"text": [ "dependencies", "out of date" ],
"widths": [ 85, 70 ],
"colorscheme": "yellow"
},
"dependencies-update": {
"text": [ "dependencies", "update!" ],
"widths": [ 85, 54 ],
"colorscheme": "red"
},
"dependencies-unknown": {
"text": [ "dependencies", "unknown" ],
"widths": [ 85, 58 ],
"colorscheme": "lightgrey"
},
"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": {
"brightgreen": {
"colorA": [ "#aaa", "#666", "#444", "#222" ],
"colorB": [ "#8f6", "#4c1", "#3b0", "#370" ]
},
"green": {
"colorB": [ "#D1F171", "#97CA00", "#6B8F00", "#4D6700" ]
},
"yellow": {
"colorB": [ "#ffe37f", "#dfb317", "#9f8010", "#8a6f0e" ]
},
"yellowgreen": {
"colorB": [ "#c1c265", "#a4a61d", "#848507", "#787b2d" ]
},
"orange": {
"colorB": [ "#d3a676", "#be7d37", "#9b5f1f", "#87623b" ]
},
"red": {
"colorB": [ "#ffac9c", "#e05d44", "#9e4230", "#722f22" ]
},
"lightgrey": {
"colorB": [ "#d6d6d6", "#9f9f9f", "#707070", "#515151" ]
},
"lightgray": {
"colorB": [ "#d6d6d6", "#9f9f9f", "#707070", "#515151" ]
}
}
}