night skin update

git-svn-id: svn://kolibrios.org@4408 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2013-12-26 21:20:45 +00:00
parent a3451b84ad
commit bfb0c00f44
7 changed files with 4 additions and 18 deletions

View File

@ -0,0 +1,2 @@
fasm night.asm night.skn
pause

Binary file not shown.

View File

@ -1,11 +0,0 @@
;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

View File

@ -1,2 +0,0 @@
fasm default.dtp.asm default.dtp
pause

View File

@ -14,8 +14,8 @@ SKIN_PARAMS \
dtp = 'default.dtp' ; dtp colors
SKIN_BUTTONS \
close = [-16:5][10:10],\ ; buttons coordinates
minimize = [-33:5][10:10] ; [left:top][width:height]
close = [-18:3][14:14],\ ; buttons coordinates
minimize = [-35:3][14:14] ; [left:top][width:height]
SKIN_BITMAPS \
left active = bmp_left,\ ; skin bitmaps pointers

View File

@ -1 +0,0 @@
kpack default.skn default.pack.skn

View File

@ -1,2 +0,0 @@
fasm default.asm default.skn
pause