Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
6199 leency 1
struc system_colors
2
 {
3
  .unused1          dd 0x363535
4
  .unused2          dd 0xE7E5E5
5
  .work_3d_dark     dd 0xAEA6A6
6
  .work_3d_light    dd 0xFBFBFB
7
  .window_title     dd 0xF3F3F3
6216 leency 8
  .work             dd 0xC8C8C8
6199 leency 9
  .work_button      dd 0xD9F382
10
  .work_button_text dd 0x333333
11
  .work_text        dd 0x000000
12
  .work_graph       dd 0x7E7E7E
13
 }
14
struct system_colors