Subversion Repositories Kolibri OS

Rev

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

  1. struc system_colors
  2.  {
  3.   .null1       dd 0x000000
  4.   .null2       dd 0x006393
  5.   .dark        dd 0xD1CFC7
  6.   .light       dd 0xF2F2F0
  7.   .grab_text   dd 0xFFFFFF
  8.   .work        dd 0xE3E2DD
  9.   .button      dd 0x7794CA
  10.   .button_text dd 0xFFFfff
  11.   .work_text   dd 0x000000
  12.   .graph       dd 0x6380B1
  13.  }
  14. struct system_colors