; ; Preference file for FIFA ; ; [colour] = new colour ; A,R,G,B, NOTE: there must be a comma at the end of the string [colour];colour 0 - white 255,255,255,255, [colour];colour 1 - red 255,204,0,51, [colour];colour 2 - warm grey 255,125,120,100, [colour];colour 3 - black 255,0,0,0, [colour];colour 4 - disabled grey 255,180,180,180, [colour];colour 5 - BE warm grey 255,190,185,135, [colour];colour 6 - BE yellow 255,255,204,0, [colour];colour 7 - BE pale 255,235,237,235, [colour];colour 8 - title blue 255,54,88,124, ; language,font index,fontfile ; font pointers are: ; ALL ASCII-TYPE=-1 ; (english=0, american=1, french=2, german=3, italian=4, spanish=5, swedish=6, dutch=7, portugese=8) ; GREEK=9 ; HEBREW=10 ; JAPANESE=11 ; KOREAN=12 ; DEBUG=13 ; font preferences the format is like so: language index (-1 = set for all languages), font index, font file name [font] ; all fonts by default set to english -1,0,engfont0, [font] ; all fonts by default set to english -1,1,engfont1, [font] 9,0,grkfont0, [font] 9,1,grkfont1, [font] 10,0,hebfont0, [font] 10,1,hebfont1, [font] 11,0,jpnfont0, [font] 11,1,jpnfont1, [font] 12,0,korfont0, [font] 12,1,korfont1, [font] 13,0,dbgfont0, [font] 13,1,dbgfont1, [end]; end marker