upload HydrogenOS skin

git-svn-id: svn://kolibrios.org@7550 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2018-11-12 13:56:45 +00:00
parent ebbb6b5e34
commit a4e5737506
9 changed files with 53 additions and 0 deletions

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

View File

@ -0,0 +1,33 @@
; Author Frederic Feret
include '../skin.inc'
SKIN_PARAMS \
height = bmp_center1.height,\ ; skin height
margins = [6:5:58:3],\ ; margins [left:top:right:bottom]
colors active = [binner=0x293455:\ ; border inner
bouter=0x000000:\ ; border outer
bframe=0x293455],\ ; border middle
colors inactive = [binner=0x293455:\ ; border inner
bouter=0x000000:\ ; border outer
bframe=0x293455],\ ; border middle
dtp = 'default.dtp' ; dtp colors
SKIN_BUTTONS \
close = [-21:4][16:16],\ ; buttons coordinates
minimize = [-40:4][16:16] ; [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, 'left1.bmp'
BITMAP bmp_right1, 'right1.bmp'
BITMAP bmp_right2, 'right2.bmp'
BITMAP bmp_center1,'center1.bmp'
BITMAP bmp_center2,'center1.bmp'

Binary file not shown.

View File

@ -0,0 +1,14 @@
struc system_colors
{
.unused1 dd 0x363535
.unused2 dd 0xE7E5E5
.work_3d_dark dd 0x262D43
.work_3d_light dd 0x39476F
.window_title dd 0xE3E3E3
.work dd 0x293455
.work_button dd 0x0030B6
.work_button_text dd 0xECECEC
.work_text dd 0xFFFF00
.work_graph dd 0x5368A5
}
struct system_colors

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB