forked from KolibriOS/kolibrios
new skin Oasis
git-svn-id: svn://kolibrios.org@8893 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
6341ddfde8
commit
e89d75a3ca
3
skins/Leency/Oasis/Tupfile.lua
Normal file
3
skins/Leency/Oasis/Tupfile.lua
Normal file
@ -0,0 +1,3 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
tup.rule("default.dtp.asm", 'fasm "%f" "%o"', "default.dtp")
|
||||
tup.rule({"default.asm", extra_inputs = {"default.dtp"}}, 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "Aurum.skn")
|
4
skins/Leency/Oasis/build.bat
Normal file
4
skins/Leency/Oasis/build.bat
Normal file
@ -0,0 +1,4 @@
|
||||
@fasm default.dtp.asm default.dtp
|
||||
@fasm default.asm default.skn
|
||||
@kpack default.skn
|
||||
@pause
|
BIN
skins/Leency/Oasis/center1.bmp
Normal file
BIN
skins/Leency/Oasis/center1.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 B |
BIN
skins/Leency/Oasis/center2.bmp
Normal file
BIN
skins/Leency/Oasis/center2.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 B |
31
skins/Leency/Oasis/default.asm
Normal file
31
skins/Leency/Oasis/default.asm
Normal 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 = [-24:3][19:19],\ ; buttons coordinates
|
||||
minimize = [-45:3][19:19] ; [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'
|
14
skins/Leency/Oasis/default.dtp.asm
Normal file
14
skins/Leency/Oasis/default.dtp.asm
Normal 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 0x333333
|
||||
.work dd 0xDDD7CF
|
||||
.work_button dd 0xFFD9B5
|
||||
.work_button_text dd 0x000000
|
||||
.work_text dd 0x000000
|
||||
.work_graph dd 0x7E7E7E
|
||||
}
|
||||
struct system_colors
|
BIN
skins/Leency/Oasis/left1.bmp
Normal file
BIN
skins/Leency/Oasis/left1.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 B |
BIN
skins/Leency/Oasis/left2.bmp
Normal file
BIN
skins/Leency/Oasis/left2.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 150 B |
BIN
skins/Leency/Oasis/right1.bmp
Normal file
BIN
skins/Leency/Oasis/right1.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
skins/Leency/Oasis/right2.bmp
Normal file
BIN
skins/Leency/Oasis/right2.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
@ -15,6 +15,7 @@ skinlist = {
|
||||
"Leency/Florence/Florence.skn",
|
||||
"Leency/HydrogenOS/HydrogenOS.skn",
|
||||
"Leency/Luna/Luna.skn",
|
||||
"Leency/Oasis/Oasis.skn",
|
||||
"Leency/ObsidianOS/ObsidianOS.skn",
|
||||
"Leency/Octo_flat/Octo_flat.skn",
|
||||
"Leency/Shkvorka/Shkvorka.skn",
|
||||
|
Loading…
Reference in New Issue
Block a user