From 792f7880b2dd8262bac2a877758d61484b3e46ca Mon Sep 17 00:00:00 2001 From: "J.W. Bjerk" Date: Sun, 29 Oct 2006 05:40:48 +0000 Subject: [PATCH] enhanced saturation on mini-map dots --- data/team-colors.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/data/team-colors.cfg b/data/team-colors.cfg index 9fa728adabe..f25f1134e84 100644 --- a/data/team-colors.cfg +++ b/data/team-colors.cfg @@ -6,49 +6,49 @@ name= _ "Red" [team_color] side=2 -team_rgb=46,65,155,255,255,255,15,15,15,46,65,155 +team_rgb=46,65,155,255,255,255,15,15,15,0,0,255 name= _ "Blue" [/team_color] [team_color] side=3 -team_rgb=98,182,100,255,255,255,0,0,0,98,182,100 +team_rgb=98,182,100,255,255,255,0,0,0,0,255,0 name= _ "Green" [/team_color] [team_color] side=4 -team_rgb=147,0,157,255,255,255,0,0,0,147,0,157 +team_rgb=147,0,157,255,255,255,0,0,0,255,0,255 name= _ "Purple" [/team_color] [team_color] side=7 -team_rgb=240,114,0,240,240,240,0,0,0,240,114 +team_rgb=240,114,0,240,240,240,0,0,0,255,170,0 name= _ "Orange" [/team_color] [team_color] side=5 -team_rgb=90,90,90,255,255,255,0,0,0,90,90,90 +team_rgb=90,90,90,255,255,255,0,0,0,0,0,0 name= _ "Black" [/team_color] [team_color] side=8 -team_rgb=225,225,225,255,255,255,30,30,30,225,225,225 +team_rgb=225,225,225,255,255,255,30,30,30,255,255,255 name= _ "White" [/team_color] [team_color] side=6 -team_rgb=148,80,39,255,255,255,0,0,0,148,80,39 +team_rgb=148,80,39,255,255,255,0,0,0,170,70,0 name= _ "Brown" [/team_color] [team_color] side=9 -team_rgb=48,203,192,255,255,255,0,0,0,48,203,192 +team_rgb=48,203,192,255,255,255,0,0,0,0,240,200 name= _ "Teal" [/team_color]