refine Luna skin
git-svn-id: svn://kolibrios.org@8007 a494cfbc-eb01-0410-851d-a64ba20cac60
BIN
skins/Leency/Luna/base.bmp
Normal file
After Width: | Height: | Size: 150 B |
BIN
skins/Leency/Luna/base_1.bmp
Normal file
After Width: | Height: | Size: 150 B |
5
skins/Leency/Luna/build.bat
Normal file
@ -0,0 +1,5 @@
|
||||
fasm default.dtp.asm default.dtp
|
||||
fasm default.asm default.skn
|
||||
kpack default.skn
|
||||
del default.dtp
|
||||
pause
|
@ -2,18 +2,18 @@ include '..\skin.inc'
|
||||
|
||||
SKIN_PARAMS \
|
||||
height = bmp_base.height,\ ; skin height
|
||||
margins = [5:1:43:1],\ ; margins [left:top:right:bottom]
|
||||
colors active = [binner=0x4C6389:\ ; border inner color
|
||||
bouter=0x575746:\ ; border outer color
|
||||
bframe=0x7E98CA],\ ; border frame color
|
||||
margins = [5:2:43:0],\ ; margins [left:top:right:bottom]
|
||||
colors active = [binner=0x375181:\ ; border inner color
|
||||
bouter=0x444430:\ ; border outer color
|
||||
bframe=0x7794CA],\ ; border frame color
|
||||
colors inactive = [binner=0x73839D:\ ; border inner color
|
||||
bouter=0x73736E:\ ; border outer color
|
||||
bframe=0xA6B2CB],\ ; border frame color
|
||||
dtp = 'default.dtp' ; dtp colors
|
||||
|
||||
SKIN_BUTTONS \
|
||||
close = [-19:3][15:15],\ ; buttons coordinates
|
||||
minimize = [-36:3][15:15] ; [left:top][width:height]
|
||||
close = [-21:4][17:17],\ ; buttons coordinates
|
||||
minimize = [-41:4][17:17] ; [left:top][width:height]
|
||||
|
||||
SKIN_BITMAPS \
|
||||
left active = bmp_left,\ ; skin bitmaps pointers
|
14
skins/Leency/Luna/default.dtp.asm
Normal file
@ -0,0 +1,14 @@
|
||||
struc system_colors
|
||||
{
|
||||
.null1 dd 0x000000
|
||||
.null2 dd 0x006393
|
||||
.dark dd 0xD1CFC7
|
||||
.light dd 0xF2F2F0
|
||||
.grab_text dd 0xFFFFFF
|
||||
.work dd 0xE3E2DD
|
||||
.button dd 0x7794CA
|
||||
.button_text dd 0xFFFfff
|
||||
.work_text dd 0x000000
|
||||
.graph dd 0x6380B1
|
||||
}
|
||||
struct system_colors
|
BIN
skins/Leency/Luna/left.bmp
Normal file
After Width: | Height: | Size: 438 B |
BIN
skins/Leency/Luna/left_1.bmp
Normal file
After Width: | Height: | Size: 534 B |
BIN
skins/Leency/Luna/oper.bmp
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
skins/Leency/Luna/oper_1.bmp
Normal file
After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 138 B |
@ -1,3 +0,0 @@
|
||||
fasm default.asm default.skn
|
||||
kpack default.skn
|
||||
pause
|
@ -1,14 +0,0 @@
|
||||
struc system_colors
|
||||
{
|
||||
.frame dd 0x000000
|
||||
.grab dd 0x006393
|
||||
.grab_button dd 0xB1B1B1
|
||||
.grab_button_text dd 0x000000
|
||||
.grab_text dd 0xFFFFFF
|
||||
.work dd 0xE8E8E8
|
||||
.work_button dd 0xB1B1B1
|
||||
.work_button_text dd 0x000000
|
||||
.work_text dd 0x000000
|
||||
.work_graph dd 0x000000
|
||||
}
|
||||
struct system_colors
|
Before Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 306 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB |
@ -11,6 +11,7 @@ skinlist = {
|
||||
"Leency/Florence/Florence.skn",
|
||||
"Leency/HydrogenOS/HydrogenOS.skn",
|
||||
"Leency/Latte/Latte.skn",
|
||||
"Leency/Luna/Luna.skn",
|
||||
"Leency/ObsidianOS/ObsidianOS.skn",
|
||||
"Leency/Octo_flat/Octo_flat.skn",
|
||||
"Leency/Shkvorka/Shkvorka.skn",
|
||||
@ -76,7 +77,6 @@ skinlist = {
|
||||
"_old/humanoid_OSX/humanoid_OSX_red/humanoid_OSX_red.skn",
|
||||
"_old/humanoid_OSX/humanoid_OSX_yellow/humanoid_OSX_yellow.skn",
|
||||
"_old/khrome2/khrome2.skn",
|
||||
"_old/Leency/Luna/Luna.skn",
|
||||
"_old/Leency/Octo/Octo.skn",
|
||||
"_old/Leency/Sandwich/Sandwich.skn",
|
||||
"_old/lightskin/lightskin.skn",
|
||||
|