; ; 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 - yellow (highlighted) 255,250,205,20, [colour];colour 2 - new black (pressed) 255,0,0,0, [colour];colour 3 - white (main) 255,240,240,240, [colour];colour 4 - grey (disabled) 100,200,200,200, [colour];colour 5 - blue (title) 255,55,85,120, [colour];colour 6 - warm grey (info text) 255,190,185,135, [colour];colour 7 - red (overlay highlighted text) 255,190,10,60, ; 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] -1,2,engfont2.ffn, [font] 9,0,grkfont0.ffn, [font] 9,1,grkfont1.ffn, [font] 9,2,engfont2.ffn, [font] 11,0,jpnfont0.ffn, [font] 11,1,jpnfont1.ffn, [font] 11,2,engfont2.ffn, [font] 12,0,korfont1.ffn, [font] 12,1,korfont1.ffn, [font] 12,2,engfont2.ffn, [end]; end marker