Merge branch 'master' into refactor-model-parsing

This commit is contained in:
Mads Marquart
2019-04-17 22:01:04 +02:00
5 changed files with 224 additions and 268 deletions

View File

@@ -41,6 +41,11 @@ class ThreadColor(Enum):
CAMEO = "#d4a88c"
BRILLIANT_ROSE = "#ff5ca1"
BILOBA_FLOWER = "#a695c7"
TICKLE_ME_PINK = "#ff7ca8"
MALACHITE = "#1adb5b"
RUBY = "#f01d6a"
DARK_TANGERINE = "#ff9c19"
BRIGHT_TURQUOISE = "#0edcde"
@classmethod
def _from_graphql(cls, color):