Skip to content

Commit 706e410

Browse files
author
Matthias Köppe
authored
Merge pull request #147 from kwankyu/fix-less-deep-blue
Less deep blue for technical labels
2 parents 6685125 + fdc1411 commit 706e410

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

migrate.cfg.sagetracmigrationarchive

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -169,33 +169,33 @@ label_colors = {
169169
'c: documentation': '0075ca',
170170
'c: translations': '0075ca',
171171
'c: website/wiki': '0075ca',
172-
'c: python3': '0000bb',
173-
'c: build': '0000bb',
174-
'c: build: configure': '0000bb',
175-
'c: c lib': '0000bb',
176-
'c: cython': '0000bb',
177-
'c: distribution': '0000bb',
178-
'c: docker': '0000bb',
179-
'c: doctest framework': '0000bb',
180-
'c: notebook': '0000bb',
181-
'c: packages': '0000bb',
182-
'c: packages: optional': '0000bb',
183-
'c: packages: standard': '0000bb',
184-
'c: packages: experimental': '0000bb',
185-
'c: packages: huge': '0000bb',
186-
'c: performance': '0000bb',
187-
'c: pickling': '0000bb',
188-
'c: porting': '0000bb',
189-
'c: porting: bsd': '0000bb',
190-
'c: porting: solaris': '0000bb',
191-
'c: porting: cygwin': '0000bb',
192-
'c: porting: aix or hp-ux': '0000bb',
193-
'c: python3': '0000bb',
194-
'c: refactoring': '0000bb',
195-
'c: relocation': '0000bb',
196-
'c: scripts': '0000bb',
197-
'c: spkg-check': '0000bb',
198-
'c: user interface': '0000bb',
172+
'c: python3': '0000b0',
173+
'c: build': '0000b0',
174+
'c: build: configure': '0000b0',
175+
'c: c lib': '0000b0',
176+
'c: cython': '0000b0',
177+
'c: distribution': '0000b0',
178+
'c: docker': '0000b0',
179+
'c: doctest framework': '0000b0',
180+
'c: notebook': '0000b0',
181+
'c: packages': '0000b0',
182+
'c: packages: optional': '0000b0',
183+
'c: packages: standard': '0000b0',
184+
'c: packages: experimental': '0000b0',
185+
'c: packages: huge': '0000b0',
186+
'c: performance': '0000b0',
187+
'c: pickling': '0000b0',
188+
'c: porting': '0000b0',
189+
'c: porting: bsd': '0000b0',
190+
'c: porting: solaris': '0000b0',
191+
'c: porting: cygwin': '0000b0',
192+
'c: porting: aix or hp-ux': '0000b0',
193+
'c: python3': '0000b0',
194+
'c: refactoring': '0000b0',
195+
'c: relocation': '0000b0',
196+
'c: scripts': '0000b0',
197+
'c: spkg-check': '0000b0',
198+
'c: user interface': '0000b0',
199199
'needs work': 'ffff00',
200200
'needs info': 'ffff00',
201201
'needs review': '7fff00',

0 commit comments

Comments
 (0)