From 2e07518004a51272e46828e1ea9c244dd273743f Mon Sep 17 00:00:00 2001 From: c Date: Sun, 19 Dec 2021 12:15:47 +0000 Subject: [PATCH] change teamcolors in openspades due to bad visabilty of green --- openspades/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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