Subversion Repositories Kolibri OS

Rev

Rev 5499 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5499 Rev 7752
Line 4... Line 4...
4
struct color_spec {
4
struct color_spec {
5
	char *name;
5
	char *name;
6
	int rgb;
6
	int rgb;
7
};
7
};
Line -... Line 8...
-
 
8
 
-
 
9
dword text_colors[300];
-
 
10
dword text_color_index;
8
 
11
 
9
struct color_spec color_specs[] = {
12
struct color_spec color_specs[] = {
10
	"aliceblue",	 0xF0F8FF,
13
	"aliceblue",	 0xF0F8FF,
11
	"antiquewhite",  0xFAEBD7,
14
	"antiquewhite",  0xFAEBD7,
12
	"aqua", 	 0x00FFFF,
15
	"aqua", 	 0x00FFFF,