Subversion Repositories Kolibri OS

Rev

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

Rev 7635 Rev 7647
Line 231... Line 231...
231
	bg_col = system.color.work;
231
	bg_col = system.color.work;
232
	if (GrayScaleImage(#bg_col,1,1)>=65) 
232
	if (GrayScaleImage(#bg_col,1,1)>=65) 
233
	{
233
	{
234
		//use light colors
234
		//use light colors
235
		col.list_bg = 0xFFFfff;
235
		col.def = true;
-
 
236
		col.list_bg = 0xFFFfff;
236
		col.list_gb_text = 0x000000;
237
		col.list_gb_text = 0x000000;
237
		col.list_text_hidden = 0xA6A6B7;
238
		col.list_text_hidden = 0xA6A6B7;
238
		col.list_vert_line = 0xDDD7CF;
239
		col.list_vert_line = 0xDDD7CF;
239
		col.work = system.color.work;
240
		col.work = system.color.work;
240
		col.graph = system.color.work_graph;
241
		col.graph = system.color.work_graph;
Line 247... Line 248...
247
	}
248
	}
248
	else 
249
	else 
249
	{
250
	{
250
		//use dark colors
251
		//use dark colors
251
		col.list_bg = system.color.work;
252
		col.def = false;
-
 
253
		col.list_bg = system.color.work;
252
		col.list_gb_text = system.color.work_text;
254
		col.list_gb_text = system.color.work_text;
253
		col.list_text_hidden = 0xA6A6B7;
255
		col.list_text_hidden = 0xA6A6B7;
254
		col.list_vert_line = system.color.work_graph;
256
		col.list_vert_line = system.color.work_graph;
255
		col.work = system.color.work;
257
		col.work = system.color.work;
256
		col.graph = system.color.work_graph;
258
		col.graph = system.color.work_graph;