diff --git a/openspades/config.toml b/openspades/config.toml index 39d559f..01d0db1 100644 --- a/openspades/config.toml +++ b/openspades/config.toml @@ -176,14 +176,14 @@ cap_limit = 10 [team1] # information about the team1 # name of the team to be displayed in-game -name = "Blue" +name = "Cyanide" # color of the players -color = [ 0, 0, 255] +color = [ 0, 255, 255] [team2] # information about team2 - same settings as for team1 -name = "Green" -color = [ 0, 255, 0] +name = "Pinkster" +color = [ 255, 0, 255] [passwords] # server management passwords