Subversion Repositories Kolibri OS

Rev

Rev 6033 | 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
 {
6161 leency 3
  .nonset1          dd 0x646464
4
  .nonset2          dd 0x000000
5
  .3d_dark          dd 0xAEA6A6
6
  .3d_light         dd 0xFBFBFB
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