Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4408 → Rev 4407

/skins/night/night.asm
File deleted
/skins/night/build_skn.bat
File deleted
\ No newline at end of file
/skins/night/default.asm
0,0 → 1,33
;SKIN (.SKN) - COMPILE WITH FASM
 
include 'me_skin.inc'
 
SKIN_PARAMS \
height = bmp_base.height,\ ; skin height
margins = [5:1:37:1],\ ; margins [left:top:right:bottom]
colors active = [binner=0x000000:\ ; border inner color
bouter=0x000000:\ ; border outer color
bframe=0x2d2d2d],\ ; border frame color
colors inactive = [binner=0x000000:\ ; border inner color
bouter=0x000000:\ ; border outer color
bframe=0x2d2d2d],\ ; border frame color
dtp = 'default.dtp' ; dtp colors
 
SKIN_BUTTONS \
close = [-16:5][10:10],\ ; buttons coordinates
minimize = [-33:5][10:10] ; [left:top][width:height]
 
SKIN_BITMAPS \
left active = bmp_left,\ ; skin bitmaps pointers
left inactive = bmp_left1,\
oper active = bmp_oper,\
oper inactive = bmp_oper1,\
base active = bmp_base,\
base inactive = bmp_base1
 
BITMAP bmp_left ,'left.bmp' ; skin bitmaps
BITMAP bmp_oper ,'oper.bmp'
BITMAP bmp_base ,'base.bmp'
BITMAP bmp_left1,'left_1.bmp'
BITMAP bmp_oper1,'oper_1.bmp'
BITMAP bmp_base1,'base_1.bmp'
/skins/night/default.dtp
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/skins/night/default.dtp.asm
0,0 → 1,11
;SYSTEM COLORS (.DTP) - COMPILE WITH FASM
frame dd 0x2d2d2d
grab dd 0x2d2d2d
grab_button dd 0x2d2d2d
grab_button_text dd 0x2dbdf8
grab_text dd 0x808080
work dd 0xc8c8c8
work_button dd 0xc8c8c8
work_button_text dd 0x000000
work_text dd 0x000000
work_graph dd 0x868686
/skins/night/dtp_build.bat
0,0 → 1,2
fasm default.dtp.asm default.dtp
pause
/skins/night/pack_build.bat
0,0 → 1,0
kpack default.skn default.pack.skn
/skins/night/skn_build.bat
0,0 → 1,2
fasm default.asm default.skn
pause