2011-08-22 19:58:27 +04:00
|
|
|
count_colors_text dd (text-color_wnd_text)/4
|
|
|
|
count_key_words dd (f1-text)/48
|
|
|
|
color_cursor dd 0xf1fcd0
|
2015-08-01 02:33:12 +03:00
|
|
|
color_wnd_capt dd 0x080808
|
|
|
|
color_wnd_work dd 0x1C1C1C
|
2011-08-22 19:58:27 +04:00
|
|
|
color_wnd_bord dd 0xc0c0c0
|
2015-08-01 02:33:12 +03:00
|
|
|
color_select dd 0x3E3D32
|
2011-08-22 19:58:27 +04:00
|
|
|
color_cur_text dd 0x808080
|
|
|
|
color_wnd_text:
|
2015-08-02 17:54:03 +03:00
|
|
|
dd 0xD0D0D0 ;F8F8F2
|
2011-08-22 19:58:27 +04:00
|
|
|
dd 0xffff00
|
|
|
|
dd 0x00ff00
|
|
|
|
dd 0x00ffff
|
|
|
|
dd 0x808080
|
|
|
|
dd 0xff40ff
|
|
|
|
dd 0x4080ff
|
|
|
|
dd 0xff0000
|
|
|
|
dd 0x8080ff
|
|
|
|
dd 0x00ccff
|
2011-09-06 02:50:20 +04:00
|
|
|
include 'asm.inc'
|