Subversion Repositories Kolibri OS

Rev

Rev 5637 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. count_colors_text dd (text-color_wnd_text)/4
  2. count_key_words dd (f1-text)/48
  3. color_cursor dd 0xf1fcd0
  4. color_wnd_capt dd 0x080808
  5. color_wnd_work dd 0x1C1C1C
  6. color_wnd_bord dd 0xc0c0c0
  7. color_select dd 0x3E3D32
  8. color_cur_text dd 0x808080
  9. color_wnd_text:
  10.         dd 0xD0D0D0 ;F8F8F2
  11.         dd 0xffff00
  12.         dd 0x00ff00
  13.         dd 0x00ffff
  14.         dd 0x808080
  15.         dd 0xff40ff
  16.         dd 0x4080ff
  17.         dd 0xff0000
  18.         dd 0x8080ff
  19.         dd 0x00ccff
  20. include 'asm.inc'
  21.