Last active
February 7, 2019 12:30
-
-
Save hackebrot/6962afbdc068abc4f35e5d33c1329409 to your computer and use it in GitHub Desktop.
GitHub labels with Night Owl colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Colors from https://github.com/sdras/night-owl-vscode-theme | |
# Update your GitHub labels with https://github.com/hackebrot/labels | |
[bug] | |
color = "ffeb95" | |
description = "Bugs and problems with labels" | |
name = "bug" | |
["code quality"] | |
color = "c792ea" | |
description = "Tasks related to linting, coding style, type checks" | |
name = "code quality" | |
[dependencies] | |
color = "c792ea" | |
description = "Tasks related to managing dependencies" | |
name = "dependencies" | |
[discussion] | |
color = "82aaff" | |
description = "Issues for discussing ideas for features" | |
name = "discussion" | |
["do not merge"] | |
color = "ef5350" | |
description = "Pull requests which must not be merged" | |
name = "do not merge" | |
[docs] | |
color = "21c7a8" | |
description = "Tasks to write and update documentation" | |
name = "docs" | |
[enhancement] | |
color = "82aaff" | |
description = "New feature or enhancement for labels" | |
name = "enhancement" | |
["good first issue"] | |
color = "7fdbca" | |
description = "Tasks to pick up by newcomers to labels" | |
name = "good first issue" | |
[misc] | |
color = "ecc48d" | |
description = "Tasks that don't fit any of the other categories" | |
name = "misc" | |
[project] | |
color = "d6deeb" | |
description = "Tasks related to managing this project" | |
name = "project" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment