Subversion Repositories Kolibri OS

Rev

Rev 7182 | Rev 7189 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7182 Rev 7183
Line 26... Line 26...
26
	ini.GetString("last_folder", #work_folder, sizeof(work_folder), 0);
26
	ini.GetString("last_folder", #work_folder, sizeof(work_folder), 0);
Line 27... Line 27...
27
 
27
 
28
	Libimg_LoadImage(#skin, abspath("skin.png"));
28
	Libimg_LoadImage(#skin, abspath("skin.png"));
29
	skin.w = 322;
29
	skin.w = 322;
30
	theme.color_top_panel_bg = 0x242424;
30
	theme.color_top_panel_bg = 0x242424;
31
	theme.color_top_panel_folder_name = 0xDDDDDB;
31
	theme.color_top_panel_folder_name = 0xEEEeee;
32
	theme.color_top_panel_song_name = 0xBEBEBE;
32
	theme.color_top_panel_song_name = 0xBEBEBE;
33
	theme.color_list_bg = 0x313031;
33
	theme.color_list_bg = 0x313031;
34
	theme.color_list_text = 0xADAEAD;
34
	theme.color_list_text = 0xADAEAD;
35
	theme.color_list_active_bg = 0x434343;
35
	theme.color_list_active_bg = 0x434343;