Subversion Repositories Kolibri OS

Rev

Details | 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
6033 leency 8
  .work             dd 0xDDD7CF
9
  .work_button      dd 0x7887A6
6010 leency 10
  .work_button_text dd 0xFEFEFE
5699 leency 11
  .work_text        dd 0x000000
6007 leency 12
  .work_graph       dd 0x7E7E7E
5699 leency 13
 }
14
struct system_colors