#Any lines with a leading "#" are ignored.
#All other lines must contain 3 color-values (RGB) in the range 0..255
# You dont need to define all 256 colors, but the more you define...
#

# color 0 is used for the background
# color 1 is used for team 1
# color 2 is used for team 2

0   0   0
255 0   0
0   0   255
0   255 0
255 255 0
255 0   255
0   255 255
255 255 255
128 128 128
128 0   0

#now the next 10 colors
0   0   128
0   128 0
128 128 0
128 0   128
0   128 128
100 100 100
128 100 100
100 100 128
100 128 100
128 100 128

# this are enough colors
# if you are running into trouble (more than 20 clients) you have
# to add more colors
