arctic theme

This commit is contained in:
p.kosyh 2010-01-08 14:26:47 +00:00
parent 3e050a6b25
commit f28df2c9d0
9 changed files with 50 additions and 0 deletions

1
debian/changelog vendored
View file

@ -2,6 +2,7 @@ instead (1.0.5) unstable; urgency=low
* segfault while is_sound with -nosound
* snd volume hack
* arctic theme added
-- Peter Kosyh <p.kosyh@gmail.com> Thu, 7 Jan 2010 14:34:00 +0300

View file

@ -26,6 +26,7 @@ Source: themes\default\*; DestDir: {app}\themes\default
Source: themes\book\*; DestDir: {app}\themes\book
Source: themes\original\*; DestDir: {app}\themes\original
Source: themes\fantasy\*; DestDir: {app}\themes\fantasy
Source: themes\arctic\*; DestDir: {app}\themes\arctic
Source: *.dll; DestDir: {app}
[CustomMessages]

BIN
themes/arctic/adown.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

BIN
themes/arctic/aup.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 B

BIN
themes/arctic/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
themes/arctic/cursor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 878 B

BIN
themes/arctic/menu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

48
themes/arctic/theme.ini Normal file
View file

@ -0,0 +1,48 @@
; $Name: Arctic$
; $Name(ru): Арктика$
scr.w = 800
scr.h = 600
scr.gfx.bg = bg.png
scr.col.bg = white
scr.gfx.cursor.x = 1
scr.gfx.cursor.y = 1
scr.gfx.cursor.normal = cursor.png
scr.gfx.cursor.use = cursor-use.png
scr.gfx.pad = 16
scr.gfx.mode = embedded
win.gfx.h = -1 ;unlim
win.x = 30
win.y = 16
win.w = 526
win.h = 562
win.gfx.up = aup.png
win.gfx.down = adown.png
win.col.fg = #000000
win.col.link = #41516a
win.col.alink = #1f2837
inv.x = 620
inv.y = 16
inv.w = 140
inv.h = 548
inv.gfx.up = aup.png
inv.gfx.down = adown.png
inv.col.fg = #1f2837
inv.col.link = #000000
inv.col.alink = #41516a
inv.mode = vertical
menu.col.bg = white; #b7bdc9
menu.col.fg = black
menu.col.link = blue; #1f2837
menu.col.alink = red; #41516a
menu.col.alpha = 210
menu.col.border = #45536d
menu.bw = 1
menu.gfx.button = menu.png
menu.button.x = 768
menu.button.y = 568