changing code colours

Concise description:
standard:
player 1
player 2
player 3
player 4
player 5
player 6
player 7
player 8
1v1
player 1
player 2
doubles:
team 1: player 1 - player 2
team 2: player 3 - player 4
team 3: player 5 - player 6
team 4 : player 7 - player 8
triples:
team 1: player 1 - player 2 - player 3
team 2: player 4 - player 5 - player 6
Quadruples:
team 1: player 1 - player 2 - player 3 - player 4
team 2: player 5 - player 6 - player 7 - player 8
if you look now, each team in every type of games, had a bit suitable colours.
- chaning code colours in a way make it more suitable for any type of games: standard, doubles, triples & Quadruples, which made it easier for the player to read the game. As you can see sometimes if you are playing doubles then triples, you could be a bit lost.
standard:
player 1
player 2
player 3
player 4
player 5
player 6
player 7
player 8
1v1
player 1
player 2
doubles:
team 1: player 1 - player 2
team 2: player 3 - player 4
team 3: player 5 - player 6
team 4 : player 7 - player 8
triples:
team 1: player 1 - player 2 - player 3
team 2: player 4 - player 5 - player 6
Quadruples:
team 1: player 1 - player 2 - player 3 - player 4
team 2: player 5 - player 6 - player 7 - player 8
if you look now, each team in every type of games, had a bit suitable colours.