Skip to content

Instantly share code, notes, and snippets.

@chrisfree
Last active January 25, 2019 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisfree/d25f39e04a8f74ba271f0efba2256b9d to your computer and use it in GitHub Desktop.
Save chrisfree/d25f39e04a8f74ba271f0efba2256b9d to your computer and use it in GitHub Desktop.
Chromatic's Default GitHub Labels
[
{
"name": "1-Emergency / 911",
"color": "#911f1f"
},
{
"name": "2-Critical",
"color": "#f46541"
},
{
"name": "3-High Priority",
"color": "#f4d041"
},
{
"name": "4-Medium Priority",
"color": "#d0f441"
},
{
"name": "5-Low Priority",
"color": "#30b282"
},
{
"name": "LOE-L",
"color": "#F4F4F5"
},
{
"name": "LOE-M",
"color": "#9BB9D6"
},
{
"name": "LOE-ML",
"color": "#CFDDEA"
},
{
"name": "LOE-S",
"color": "#437BB2"
},
{
"name": "LOE-XL",
"color": "#D1D1D1"
},
{
"name": "LOE-XS",
"color": "#2D74BB"
},
{
"name": "Type-Bug",
"color": "#8E4488"
},
{
"name": "Type-Feature Request",
"color": "#8E4488"
},
{
"name": "Type-Question",
"color": "#8E4488"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment