Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6199 leency 1
struc system_colors
2
 {
6201 leency 3
  .taskbar          dd 0x586786
4
  .taskbar_text     dd 0xFEFEFE
7909 leency 5
  .work_dark        dd 0xC5BDB9
7256 leency 6
  .work_light       dd 0xECE9E5
6201 leency 7
  .window_title     dd 0x333333
6199 leency 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