|
162 | 162 | cyan1 = Colors.register(RGB(0, 255, 255), HLS(100, 180, 50), 'Cyan1', 51) |
163 | 163 | dark_red = Colors.register(RGB(95, 0, 0), HLS(100, 0, 18), 'DarkRed', 52) |
164 | 164 | deep_pink4 = Colors.register( |
165 | | - RGB(95, 0, 95), HLS(100, 300, 18), 'DeepPink4', 53 |
| 165 | + RGB(95, 0, 95), HLS(100, 300, 18), 'DeepPink4', 53, |
166 | 166 | ) |
167 | 167 | purple4 = Colors.register(RGB(95, 0, 135), HLS(100, 82, 26), 'Purple4', 54) |
168 | 168 | purple4 = Colors.register(RGB(95, 0, 175), HLS(100, 72, 34), 'Purple4', 55) |
|
260 | 260 | 73, |
261 | 261 | ) |
262 | 262 | sky_blue3 = Colors.register( |
263 | | - RGB(95, 175, 215), HLS(60, 200, 60), 'SkyBlue3', 74 |
| 263 | + RGB(95, 175, 215), HLS(60, 200, 60), 'SkyBlue3', 74, |
264 | 264 | ) |
265 | 265 | steel_blue1 = Colors.register( |
266 | 266 | RGB(95, 175, 255), |
|
342 | 342 | ) |
343 | 343 | dark_red = Colors.register(RGB(135, 0, 0), HLS(100, 0, 26), 'DarkRed', 88) |
344 | 344 | deep_pink4 = Colors.register( |
345 | | - RGB(135, 0, 95), HLS(100, 17, 26), 'DeepPink4', 89 |
| 345 | + RGB(135, 0, 95), HLS(100, 17, 26), 'DeepPink4', 89, |
346 | 346 | ) |
347 | 347 | dark_magenta = Colors.register( |
348 | 348 | RGB(135, 0, 135), |
|
546 | 546 | 130, |
547 | 547 | ) |
548 | 548 | indian_red = Colors.register( |
549 | | - RGB(175, 95, 95), HLS(33, 0, 52), 'IndianRed', 131 |
| 549 | + RGB(175, 95, 95), HLS(33, 0, 52), 'IndianRed', 131, |
550 | 550 | ) |
551 | 551 | hot_pink3 = Colors.register( |
552 | 552 | RGB(175, 95, 135), |
|
724 | 724 | 166, |
725 | 725 | ) |
726 | 726 | indian_red = Colors.register( |
727 | | - RGB(215, 95, 95), HLS(60, 0, 60), 'IndianRed', 167 |
| 727 | + RGB(215, 95, 95), HLS(60, 0, 60), 'IndianRed', 167, |
728 | 728 | ) |
729 | 729 | hot_pink3 = Colors.register( |
730 | 730 | RGB(215, 95, 135), |
|
879 | 879 | 204, |
880 | 880 | ) |
881 | 881 | hot_pink = Colors.register( |
882 | | - RGB(255, 95, 175), HLS(100, 330, 68), 'HotPink', 205 |
| 882 | + RGB(255, 95, 175), HLS(100, 330, 68), 'HotPink', 205, |
883 | 883 | ) |
884 | 884 | hot_pink = Colors.register( |
885 | | - RGB(255, 95, 215), HLS(100, 315, 68), 'HotPink', 206 |
| 885 | + RGB(255, 95, 215), HLS(100, 315, 68), 'HotPink', 206, |
886 | 886 | ) |
887 | 887 | medium_orchid1 = Colors.register( |
888 | 888 | RGB(255, 95, 255), |
|
0 commit comments