diff --git a/debian/changelog b/debian/changelog index 2b69ec2..f59480d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ instead (1.2.0) unstable; urgency=low + * clearlooks theme; * unpack/install feature; * browse feature (win32 and gtk); * clever game/themes sorting; diff --git a/themes/clearlooks/adown.png b/themes/clearlooks/adown.png new file mode 100644 index 0000000..c2e5c79 Binary files /dev/null and b/themes/clearlooks/adown.png differ diff --git a/themes/clearlooks/aup.png b/themes/clearlooks/aup.png new file mode 100644 index 0000000..4d41902 Binary files /dev/null and b/themes/clearlooks/aup.png differ diff --git a/themes/clearlooks/bg.jpg b/themes/clearlooks/bg.jpg new file mode 100644 index 0000000..e9dae9f Binary files /dev/null and b/themes/clearlooks/bg.jpg differ diff --git a/themes/clearlooks/cursor-use.png b/themes/clearlooks/cursor-use.png new file mode 100644 index 0000000..503ef15 Binary files /dev/null and b/themes/clearlooks/cursor-use.png differ diff --git a/themes/clearlooks/cursor.png b/themes/clearlooks/cursor.png new file mode 100644 index 0000000..38b7700 Binary files /dev/null and b/themes/clearlooks/cursor.png differ diff --git a/themes/clearlooks/menu.png b/themes/clearlooks/menu.png new file mode 100644 index 0000000..b8f5cea Binary files /dev/null and b/themes/clearlooks/menu.png differ diff --git a/themes/clearlooks/theme.ini b/themes/clearlooks/theme.ini new file mode 100644 index 0000000..fb94740 --- /dev/null +++ b/themes/clearlooks/theme.ini @@ -0,0 +1,65 @@ +; $Name: Clear looks$ +; $Name(ru): Ясная$ +; $Name(es): Parece claro$ +scr.w = 800 +scr.h = 600 +scr.gfx.h = -1 + +scr.gfx.bg = bg.jpg +scr.col.bg = black +scr.gfx.cursor.x = 2 +scr.gfx.cursor.y = 2 +scr.gfx.cursor.normal = cursor.png +scr.gfx.cursor.use = cursor-use.png +scr.gfx.pad = 8 +scr.gfx.mode = embedded + +win.x = 245 +win.y = 21 +win.w = 520 +win.h = 558 + +; win.fnt.name = sans.ttf +win.fnt.size = 16 +win.gfx.up = aup.png +win.gfx.down = adown.png +win.col.fg = black +win.col.link = #b02c00 +win.col.alink = #606060 + +inv.x = 10 +inv.y = 21 +inv.w = 190 +inv.h = 550 + +; inv.fnt.name = sans.ttf +inv.fnt.size = 16 +inv.gfx.up = aup.png +inv.gfx.down = adown.png +inv.col.fg = #606060 +inv.col.link = #000000 +inv.col.alink = #b02c00 +inv.mode = vertical + +menu.col.bg = #f0f0f0 +menu.col.fg = #000000 +menu.col.link = #b02c00 +menu.col.alink = #606060 +menu.col.alpha = 230 +menu.col.border = #606060 +menu.bw = 2 +;menu.fnt.name = sans.ttf +menu.fnt.size = 15 +menu.gfx.button = menu.png +menu.button.x = 0 +menu.button.y = 576 + + +; snd.click = click.wav ; click.ogg + +; 800x480 version +;scr.w = 800 +;scr.h = 480 +;win.h = 448 +;inv.h = 448 +;menu.button.y = 456