Subversion Repositories Kolibri OS

Rev

Rev 2159 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2102 IgorA 1
count_colors_text dd (text-color_wnd_text)/4
2
count_key_words dd (f1-text)/48
3
color_cursor dd 0xf1fcd0
5637 leency 4
color_wnd_capt dd 0x080808
5
color_wnd_work dd 0x1C1C1C
2102 IgorA 6
color_wnd_bord dd 0xc0c0c0
5637 leency 7
color_select dd 0x3E3D32
2102 IgorA 8
color_cur_text dd 0x808080
9
color_wnd_text:
5637 leency 10
	dd 0xF8F8F2
2102 IgorA 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
2159 IgorA 20
include 'asm.inc'