Subversion Repositories Kolibri OS

Rev

Rev 4789 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3398 leency 1
struc system_colors
2
 {
3
.frame			dd 0x006393
4
.grab			dd 0x0077b0
5
.grab_button		dd 0xc0c0c0
6
.grab_button_text	dd 0x000000
7238 leency 7
.title_text		dd 0x444444
3398 leency 8
.work			dd 0xCACACA
7238 leency 9
.work_button		dd 0xE9E9E9
3398 leency 10
.work_button_text	dd 0x000000
11
.work_text		dd 0x000000
7238 leency 12
.work_graph		dd 0x777777
3398 leency 13
 }
14
struct system_colors