update Leency skins

git-svn-id: svn://kolibrios.org@7238 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2018-04-17 19:09:21 +00:00
parent 8be2e9648a
commit f0a9ac0c27
38 changed files with 12 additions and 99 deletions

View File

@ -1,2 +0,0 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("default.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "KNX.skn")

View File

@ -1,4 +0,0 @@
@fasm default.dtp.asm default.dtp
@fasm default.asm default.skn
@kpack default.skn
@pause

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

View File

@ -1,31 +0,0 @@
include '../skin.inc'
SKIN_PARAMS \
height = bmp_center1.height,\ ; skin height
margins = [6:5:43:3],\ ; margins [left:top:right:bottom]
colors active = [binner=0xDDD7CF:\ ; border inner
bouter=0x343434:\ ; border outer
bframe=0xDDD7CF],\ ; border middle
colors inactive = [binner=0xDDD7CF:\ ; border inner
bouter=0x343434:\ ; border outer
bframe=0xDDD7CF],\ ; border middle
dtp = 'default.dtp' ; dtp colors
SKIN_BUTTONS \
close = [-33:4][29:19],\ ; buttons coordinates
minimize = [-62:4][29: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'

Binary file not shown.

View File

@ -1,14 +0,0 @@
struc system_colors
{
.taskbar dd 0x586786
.taskbar_text dd 0xFEFEFE
.work_3d_dark dd 0xC0BBB4
.work_3d_light dd 0xECE9E5
.window_title dd 0xFFFfff
.work dd 0xDDD7CF
.work_button dd 0x999999
.work_button_text dd 0xFEFEFE
.work_text dd 0x000000
.work_graph dd 0x7E7E7E
}
struct system_colors

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -0,0 +1,3 @@
delete default.skn
fasm default.dtp.asm default.dtp
fasm default.asm default.skn

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

View File

Before

Width:  |  Height:  |  Size: 138 B

After

Width:  |  Height:  |  Size: 138 B

View File

@ -2,13 +2,13 @@ include '..\skin.inc'
SKIN_PARAMS \
height = bmp_center1.height,\ ; skin height
margins = [5:1:43:1],\ ; margins [left:top:right:bottom]
colors active = [binner=0xE1E1E1:\ ; border inner color
margins = [5:6:40:4],\ ; margins [left:top:right:bottom]
colors active = [binner=0xCACACA:\ ; border inner color
bouter=0xA1A1A1:\ ; border outer color
bframe=0xE1E1E1],\ ; border frame color
colors inactive = [binner=0xE1E1E1:\ ; border inner color
bframe=0xCACACA],\ ; border frame color
colors inactive = [binner=0xCACACA:\ ; border inner color
bouter=0xA1A1A1:\ ; border outer color
bframe=0xE1E1E1],\ ; border frame color
bframe=0xCACACA],\ ; border frame color
dtp = 'default.dtp' ; dtp colors
SKIN_BUTTONS \

Binary file not shown.

View File

@ -4,11 +4,11 @@ struc system_colors
.grab dd 0x0077b0
.grab_button dd 0xc0c0c0
.grab_button_text dd 0x000000
.grab_text dd 0xFFFFFF
.title_text dd 0x444444
.work dd 0xCACACA
.work_button dd 0xCACACA
.work_button dd 0xE9E9E9
.work_button_text dd 0x000000
.work_text dd 0x000000
.work_graph dd 0x868686
.work_graph dd 0x777777
}
struct system_colors

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

View File

Before

Width:  |  Height:  |  Size: 222 B

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -1,3 +0,0 @@
fasm default.asm Latte.skn
kpack Latte.skn
pause

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -1,31 +0,0 @@
include '..\skin.inc'
SKIN_PARAMS \
height = bmp_base.height,\ ; skin height
margins = [8:3:10:2],\ ; margins [left:top:right:bottom]
colors active = [binner=0xDCD6CB:\ ; border inner color
bouter=0x948B7B:\ ; border outer color
bframe=0xDCD6CB],\ ; border frame color
colors inactive = [binner=0xDCD6CB:\ ; border inner color
bouter=0x948B7B:\ ; border outer color
bframe=0xDCD6CB],\ ; border frame color
dtp = 'OpusN.dtp' ; dtp colors
SKIN_BUTTONS \
close = [-20:6][14:14],\ ; buttons coordinates
minimize = [-39:6][14:14] ; [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 ,'a_left.bmp' ; skin bitmaps
BITMAP bmp_oper ,'a_oper.bmp'
BITMAP bmp_base ,'a_base.bmp'
BITMAP bmp_left1,'i_left.bmp'
BITMAP bmp_oper1,'i_oper.bmp'
BITMAP bmp_base1,'i_base.bmp'

Binary file not shown.

View File

@ -1,2 +0,0 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("OpusN.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "OpusN.skn")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -1,3 +0,0 @@
fasm OpusN.asm OpusN.skn
kpack OpusN.skn
pause

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -6,6 +6,7 @@ skinlist = {
"Leency/Latte/Latte.skn",
"Leency/Octo_flat/Octo_flat.skn",
"Leency/Shkvorka/Shkvorka.skn",
"Leency/Yeah/Yeah.skn",
"loggy/loggy.skn",
"Win10/Win10.skn",
"_old/5imple Alpha/1.5imple Alpha/1.5imple Alpha.skn",
@ -78,7 +79,6 @@ skinlist = {
"_old/Leency/Octo/Octo.skn",
"_old/Leency/OpusN/OpusN.skn",
"_old/Leency/Sandwich/Sandwich.skn",
"_old/Leency/Yeah/Yeah.skn",
"_old/lightskin/lightskin.skn",
"_old/macos_l/macos_l.skn",
"_old/mage-scroll/mage-scroll.skn",