kolibrios/programs/other/t_edit/info/default_syn.asm
Kirill Lipatov (Leency) 00eed9be08 TextEdit: add new menu kmenu.obj (thanks Veliant), code clean
git-svn-id: svn://kolibrios.org@5649 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-08-02 14:54:03 +00:00

21 lines
427 B
NASM

count_colors_text dd (text-color_wnd_text)/4
count_key_words dd (f1-text)/48
color_cursor dd 0xf1fcd0
color_wnd_capt dd 0x080808
color_wnd_work dd 0x1C1C1C
color_wnd_bord dd 0xc0c0c0
color_select dd 0x3E3D32
color_cur_text dd 0x808080
color_wnd_text:
dd 0xD0D0D0 ;F8F8F2
dd 0xffff00
dd 0x00ff00
dd 0x00ffff
dd 0x808080
dd 0xff40ff
dd 0x4080ff
dd 0xff0000
dd 0x8080ff
dd 0x00ccff
include 'asm.inc'