Themes for your Buildkite build status badges.
theme | build passed | build failed | unknown |
---|---|---|---|
default | |||
slack | |||
github | |||
saturn | |||
flickr | |||
solarized | |||
mono |
The syntax for themes is:
passed-bg-color,failed-bg-color,unknown-bg-color[,label-bg-color[,text-color[,status-text-color]]]
You must specify at least the first three colors, but the rest are optional.
- passed background color (required)
- failed background color (required)
- unknown background color (required)
- label background color (optional)
- text color (optional)
- status text color (optional)
Simply forking this repository, edit themes.json, and sending a pull request.