Subversion Repositories Kolibri OS

Rev

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

Rev 7617 Rev 7780
Line 157... Line 157...
157
	Libimg_LoadImage(#top_icons, "/sys/icons16.png");
157
	Libimg_LoadImage(#top_icons, "/sys/icons16.png");
158
	Libimg_LoadImage(#left_icons, "/sys/icons16.png");
158
	Libimg_LoadImage(#left_icons, "/sys/icons16.png");
Line 159... Line 159...
159
 
159
 
160
	system.color.get();
160
	system.color.get();
161
	bg_col = system.color.work;
161
	bg_col = system.color.work;
Line 162... Line 162...
162
	if (GrayScaleImage(#bg_col,1,1)<65) bg_dark=true; else bg_dark=false;
162
	bg_dark = skin_is_dark();
163
 
163
 
164
	semi_white = MixColors(system.color.work, 0xFFFfff, bg_dark*90 + 96);
164
	semi_white = MixColors(system.color.work, 0xFFFfff, bg_dark*90 + 96);