forked from KolibriOS/kolibrios
night skin update
git-svn-id: svn://kolibrios.org@4408 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a3451b84ad
commit
bfb0c00f44
2
skins/night/build_skn.bat
Normal file
2
skins/night/build_skn.bat
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
fasm night.asm night.skn
|
||||||
|
pause
|
Binary file not shown.
@ -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
|
|
@ -1,2 +0,0 @@
|
|||||||
fasm default.dtp.asm default.dtp
|
|
||||||
pause
|
|
@ -14,8 +14,8 @@ SKIN_PARAMS \
|
|||||||
dtp = 'default.dtp' ; dtp colors
|
dtp = 'default.dtp' ; dtp colors
|
||||||
|
|
||||||
SKIN_BUTTONS \
|
SKIN_BUTTONS \
|
||||||
close = [-16:5][10:10],\ ; buttons coordinates
|
close = [-18:3][14:14],\ ; buttons coordinates
|
||||||
minimize = [-33:5][10:10] ; [left:top][width:height]
|
minimize = [-35:3][14:14] ; [left:top][width:height]
|
||||||
|
|
||||||
SKIN_BITMAPS \
|
SKIN_BITMAPS \
|
||||||
left active = bmp_left,\ ; skin bitmaps pointers
|
left active = bmp_left,\ ; skin bitmaps pointers
|
@ -1 +0,0 @@
|
|||||||
kpack default.skn default.pack.skn
|
|
@ -1,2 +0,0 @@
|
|||||||
fasm default.asm default.skn
|
|
||||||
pause
|
|
Loading…
Reference in New Issue
Block a user