Subversion Repositories Kolibri OS

Rev

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

Rev 6176 Rev 6191
Line 143... Line 143...
143
 
143
 
Line 144... Line 144...
144
 
144
 
145
void SetAppColors()
145
void SetAppColors()
-
 
146
{
146
{
147
	system.color.get();
147
	system.color.work = 0xE4DFE1;
148
	//system.color.work = 0xE4DFE1;
148
	system.color.work_text = 0;
149
	//system.color.work_text = 0;
149
	system.color.work_graph  = 0x7E87A3; //A0A0B8;
150
	//system.color.work_graph  = 0x7E87A3; //A0A0B8;
150
	system.color.work_button = 0x7E87A3;
151
	//system.color.work_button = 0x7E87A3;
-
 
152
	//system.color.work_button_text = 0x000000
151
	system.color.work_button_text = 0x000000;
153
	col_work    = 0xE4DFE1;
152
	col_padding = 0xC8C9C9;
154
	col_padding = 0xC8C9C9;
153
	col_selec   = 0x94AECE;
155
	col_selec   = 0x94AECE;
-
 
156
	col_lpanel  = 0x00699C;
154
	col_lpanel  = 0x00699C;
157
	col_graph   = 0x7E87A3;
Line 155... Line 158...
155
}
158
}
156
 
159