Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
5699 leency 1
struc system_colors
2
 {
3
  .frame            dd 0x646464
4
  .grab             dd 0x000000
5
  .grab_button      dd 0x000000
6
  .grab_button_text dd 0x000000
6007 leency 7
  .grab_text        dd 0x333333
8
  .work             dd 0xE4DFE1
9
  .work_button      dd 0xE9E9E9
10
  .work_button_text dd 0x444444
5699 leency 11
  .work_text        dd 0x000000
6007 leency 12
  .work_graph       dd 0x7E7E7E
5699 leency 13
 }
14
struct system_colors