We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89011f0 commit b9fa020Copy full SHA for b9fa020
sc2reader/constants.py
@@ -74,6 +74,7 @@
74
'SG': 'South East Asia',
75
'XX': 'Public Test',
76
}
77
+
78
COLOR_CODES = {
79
'B4141E': 'Red',
80
'0042FF': 'Blue',
@@ -82,13 +83,13 @@
82
83
'540081': 'Purple',
84
'FE8A0E': 'Orange',
85
'168000': 'Green',
- 'CCA6FC': 'Light pink',
86
+ 'CCA6FC': 'Light Pink',
87
'1F01C9': 'Violet',
- '525494': 'Light grey',
88
- '106246': 'Dark green',
+ '525494': 'Light Grey',
89
+ '106246': 'Dark Green',
90
'4E2A04': 'Brown',
- '96FF91': 'Light green',
91
- '232323': 'Dark grey',
+ '96FF91': 'Light Green',
92
+ '232323': 'Dark Grey',
93
'E55BB0': 'Pink'
94
95
0 commit comments