este es el ini que estoy usando. lo quiero modificar para que el fondo quede en color negro y que los iconos en su color original, no en negro. Los colores de las fonts puedo cambiarlos yo mismo.. creo.
Código:
;ICONS FOR W810
;00 - ICON_BW_MISSED_VOICE_CALL bit 1
;01 - ICON_BW_MISSED_SMS bit 2
;04 - ICON_BW_MISSED_MMS bit 4
;08 - bit 8 masked
;You can use the BW icons or any icon including 16bit if you like
;for W810, E5A1 is a test square

[ICON00]: 0xEC28;
[ICON01]: 0xEEAA;
[ICON02]: 0xE5F5;
[ICON03]: 0xF46E;
[ICON05]: 0xECAB;


;Other phone models
[FONT00]: 0x5E;
[FONT01]: 0x55;
[FONT02]: 0x55;
[FONT03]: 0x55;


;WIN
;00 - CLOCK
;01 - DATE
;02 - DAY_OF_WEEK
;03 - MISSED_ICONS
;04 - MESSAGE

[WIN00.TOP]: 0x27;
[WIN00.HEIGHT]: 0xB0;
[WIN01.TOP]: 0xB0;
[WIN01.HEIGHT]: 0xD2;
[WIN02.TOP]: 0x90;
[WIN02.HEIGHT]: 0xFA;
[WIN03.TOP]: 0x65;
[WIN03.HEIGHT]: 0x64;

;custom message must be <= 20  characters
[CUSTOM_MSG]:Marcelo 
[WIN04.TOP]: 0x05;
[WIN04.HEIGHT]: 0x80;


;00-CLOCK
;01-DATE
;02-DAY OF WEEK
;03-MISSED ICONS (BW ICONS ONLY)
;04-MESSAGE
[COLOR00]: 0xFF000000;
[COLOR01]: 0xFF000000;
[COLOR02]: 0xFF000000;
[COLOR03]: 0xFF000000;
[COLOR04]: 0xFF000000;


;260x320 phones 
; offset1 - 0x146;
; offset2 - 0x14C;
; event - 0x851 (w880,K810, W610, W850)

[OFFSET1]:0x146;
[OFFSET2]:0x14C;
[EVENT]: 0x851;

[TIME_JUSTIFY]: 0x02;  // 0=LEFT,1=RIGHT,2=CENTER
[DAY_JUSTIFY]:  0x02;
[DATE_JUSTIFY]: 0x02;
[ICON_JUSTIFY]: 0x02;
[DATE_FMT]: 0x00;  00=day-mon-yr, 01=day/mon/yr 02=mon/day/yr 03=mondayyr, others? try it.
[DOW_MODE]: 0x01; 00=short day of week names, 01=normal
[TIME_FMT]: 0x01; 00=12hr, 01=24hr
[ADD_LOCK]: 0x00; add keylock icon

;Do Not delete