Subversion Repositories Kolibri OS

Rev

Rev 6033 | Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. struc system_colors
  2.  {
  3.   .nonset1          dd 0x646464
  4.   .nonset2          dd 0x000000
  5.   .3d_dark          dd 0xAEA6A6
  6.   .3d_light         dd 0xFBFBFB
  7.   .grab_text        dd 0x333333
  8.   .work             dd 0xDDD7CF
  9.   .work_button      dd 0x7887A6
  10.   .work_button_text dd 0xFEFEFE
  11.   .work_text        dd 0x000000
  12.   .work_graph       dd 0x7E7E7E
  13.  }
  14. struct system_colors