forked from KolibriOS/kolibrios
Add new skin "Blacky"
git-svn-id: svn://kolibrios.org@8268 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0dd1cc8c8b
commit
d74b7fa117
2
skins/maxcodehack/blacky/Tupfile.lua
Executable file
2
skins/maxcodehack/blacky/Tupfile.lua
Executable file
@ -0,0 +1,2 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
tup.rule("default.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "Blacky.skn")
|
BIN
skins/maxcodehack/blacky/center1.bmp
Executable file
BIN
skins/maxcodehack/blacky/center1.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 152 B |
BIN
skins/maxcodehack/blacky/center2.bmp
Executable file
BIN
skins/maxcodehack/blacky/center2.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 152 B |
31
skins/maxcodehack/blacky/default.asm
Executable file
31
skins/maxcodehack/blacky/default.asm
Executable file
@ -0,0 +1,31 @@
|
||||
include '../../skin.inc'
|
||||
|
||||
SKIN_PARAMS \
|
||||
height = bmp_center1.height,\ ; skin height
|
||||
margins = [6:5:65:3],\ ; margins [left:top:right:bottom]
|
||||
colors active = [binner=0xDDD7CF:\ ; border inner
|
||||
bouter=0x646464:\ ; border outer
|
||||
bframe=0xDDD7CF],\ ; border middle
|
||||
colors inactive = [binner=0xDDD7CF:\ ; border inner
|
||||
bouter=0x646464:\ ; border outer
|
||||
bframe=0xDDD7CF],\ ; border middle
|
||||
dtp = 'default.dtp' ; dtp colors
|
||||
|
||||
SKIN_BUTTONS \
|
||||
close = [-28:3][25:17],\ ; buttons coordinates
|
||||
minimize = [-55:3][25:17] ; [left:top][width:height]
|
||||
|
||||
SKIN_BITMAPS \
|
||||
left active = bmp_left1,\ ; skin bitmaps pointers
|
||||
left inactive = bmp_left2,\
|
||||
oper active = bmp_right1,\
|
||||
oper inactive = bmp_right2,\
|
||||
base active = bmp_center1,\
|
||||
base inactive = bmp_center2
|
||||
|
||||
BITMAP bmp_left1, 'left1.bmp' ; skin bitmaps
|
||||
BITMAP bmp_left2, 'left2.bmp'
|
||||
BITMAP bmp_right1, 'right1.bmp'
|
||||
BITMAP bmp_right2, 'right2.bmp'
|
||||
BITMAP bmp_center1,'center1.bmp'
|
||||
BITMAP bmp_center2,'center2.bmp'
|
BIN
skins/maxcodehack/blacky/default.dtp
Executable file
BIN
skins/maxcodehack/blacky/default.dtp
Executable file
Binary file not shown.
14
skins/maxcodehack/blacky/default.dtp.asm
Executable file
14
skins/maxcodehack/blacky/default.dtp.asm
Executable file
@ -0,0 +1,14 @@
|
||||
struc system_colors
|
||||
{
|
||||
.taskbar dd 0x586786
|
||||
.taskbar_text dd 0xFEFEFE
|
||||
.work_dark dd 0xC5BDB9
|
||||
.work_light dd 0xECE9E5
|
||||
.window_title dd 0xFFFFFF
|
||||
.work dd 0xDDD7CF
|
||||
.work_button dd 0x7887A6
|
||||
.work_button_text dd 0xFEFEFE
|
||||
.work_text dd 0x000000
|
||||
.work_graph dd 0x7E7E7E
|
||||
}
|
||||
struct system_colors
|
BIN
skins/maxcodehack/blacky/left1.bmp
Executable file
BIN
skins/maxcodehack/blacky/left1.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 152 B |
BIN
skins/maxcodehack/blacky/left2.bmp
Executable file
BIN
skins/maxcodehack/blacky/left2.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 152 B |
BIN
skins/maxcodehack/blacky/right1.bmp
Executable file
BIN
skins/maxcodehack/blacky/right1.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
skins/maxcodehack/blacky/right2.bmp
Executable file
BIN
skins/maxcodehack/blacky/right2.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
@ -18,6 +18,7 @@ skinlist = {
|
||||
"Leency/Shkvorka/Shkvorka.skn",
|
||||
"Leency/Workbench/Workbench.skn",
|
||||
"Leency/Yeah/Yeah.skn",
|
||||
"maxcodehack/Blacky/Blacky.skn",
|
||||
"loggy/loggy.skn",
|
||||
"night/night.skn",
|
||||
"_old/5imple Alpha/1.5imple Alpha/1.5imple Alpha.skn",
|
||||
|
Loading…
Reference in New Issue
Block a user