; ; 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 - black 255,0,0,0, [colour];colour 1 - red 255,220,20,20, [colour];colour 2 - grey blue 255,105,109,130, [colour];colour 3 - white 255,255,255,255, [colour];colour 4 - disabled grey 255,180,180,180, [colour];colour 5 - FE icons & help 255,0,0,0, [colour];colour 6 - bootup text 255,50,65,90, ; 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] -1,0,engfont0.ffn, [font] -1,1,engfont1.ffn, [font] 9,0,grkfont0.ffn, [font] 9,1,grkfont1.ffn, [font] 10,0,hebfont0.ffn, [font] 10,1,hebfont1.ffn, [font] 11,0,jpnfont0.ffn, [font] 12,0,korfont0.ffn, [end]; end marker