kolibrios/programs/other/t_edit/info/default_syn.asm
Kirill Lipatov (Leency) 1be3158c2e T_Edit: update colors, remove menu, arange toolbar icons into single line
git-svn-id: svn://kolibrios.org@5637 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-07-31 23:33:12 +00:00

21 lines
419 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 0xF8F8F2
dd 0xffff00
dd 0x00ff00
dd 0x00ffff
dd 0x808080
dd 0xff40ff
dd 0x4080ff
dd 0xff0000
dd 0x8080ff
dd 0x00ccff
include 'asm.inc'