# HG changeset patch # User kiyoshi # Date 1162201153 28800 # Node ID 21706518e13049acdb575e839122c943cdbd106f # Parent 728309990dc3ed7ee509a2507692bfa150f716e7 [svn] Add Ivory to skins. [Ivory is an inverse version of the Osmosis skin.] diff -r 728309990dc3 -r 21706518e130 ChangeLog --- a/ChangeLog Mon Oct 30 00:47:31 2006 -0800 +++ b/ChangeLog Mon Oct 30 01:39:13 2006 -0800 @@ -1,3 +1,12 @@ +2006-10-30 08:47:31 +0000 William Pitcock + revision [2779] + - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x) + + trunk/skins/Default/Makefile | 22 +++++++++++++++++++++- + trunk/skins/Default/skin-classic.hints | 3 +++ + 2 files changed, 24 insertions(+), 1 deletion(-) + + 2006-10-30 08:28:16 +0000 Kiyoshi Aman revision [2777] Changed description to reflect the skin's current name [Osmosis] diff -r 728309990dc3 -r 21706518e130 skins/Ivory/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/Ivory/Makefile Mon Oct 30 01:39:13 2006 -0800 @@ -0,0 +1,24 @@ +include ../../mk/rules.mk +include ../../mk/init.mk + +skindir = $(pkgdatadir)/Skins/Ivory +OBJECTIVE_DATA = \ + balance.png:$(skindir) \ + cbuttons.png:$(skindir) \ + eq_ex.png:$(skindir) \ + eqmain.png:$(skindir) \ + main.png:$(skindir) \ + monoster.png:$(skindir) \ + nums_ex.png:$(skindir) \ + playpaus.png:$(skindir) \ + pledit.png:$(skindir) \ + posbar.png:$(skindir) \ + shufrep.png:$(skindir) \ + text.png:$(skindir) \ + titlebar.png:$(skindir) \ + volume.png:$(skindir) \ + pledit.txt:$(skindir) \ + viscolor.txt:$(skindir) \ + skin.hints:$(skindir) + +include ../../mk/objective.mk diff -r 728309990dc3 -r 21706518e130 skins/Ivory/balance.png Binary file skins/Ivory/balance.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/cbuttons.png Binary file skins/Ivory/cbuttons.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/eq_ex.png Binary file skins/Ivory/eq_ex.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/eqmain.png Binary file skins/Ivory/eqmain.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/main.png Binary file skins/Ivory/main.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/monoster.png Binary file skins/Ivory/monoster.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/nums_ex.png Binary file skins/Ivory/nums_ex.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/playpaus.png Binary file skins/Ivory/playpaus.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/pledit.png Binary file skins/Ivory/pledit.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/pledit.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/Ivory/pledit.txt Mon Oct 30 01:39:13 2006 -0800 @@ -0,0 +1,6 @@ +[Text] +Normal=#a6c1df +Current=#eeeeee +NormalBG=#000000 +SelectedBG=#666666 +Font=Helvetica diff -r 728309990dc3 -r 21706518e130 skins/Ivory/posbar.png Binary file skins/Ivory/posbar.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/shufrep.png Binary file skins/Ivory/shufrep.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/skin.hints --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/Ivory/skin.hints Mon Oct 30 01:39:13 2006 -0800 @@ -0,0 +1,64 @@ +[skin] +skinDescription=Ivory +mainwinOthertext=1 +mainwinVisX=335 +mainwinVisY=53 +mainwinTextX=93 +mainwinTextY=42 +mainwinTextWidth=319 +mainwinInfobarX=173 +mainwinInfobarY=64 +mainwinNumber0X=105 +mainwinNumber0Y=57 +mainwinNumber1X=117 +mainwinNumber1Y=57 +mainwinNumber2X=129 +mainwinNumber2Y=57 +mainwinNumber3X=147 +mainwinNumber3Y=57 +mainwinNumber4X=159 +mainwinNumber4Y=57 +mainwinPlayStatusX=93 +mainwinPlayStatusY=58 +mainwinOthertextIsStatus=1 +mainwinVolumeX=126 +mainwinVolumeY=22 +mainwinBalanceX=200 +mainwinBalanceY=22 +mainwinPositionX=130 +mainwinPositionY=80 +mainwinTextVisible=1 +mainwinOthertextVisible=1 +mainwinVisVisible=1 +mainwinMenurowVisible=0 +mainwinWidth=425 +mainwinHeight=100 +mainwinPreviousX=5 +mainwinPreviousY=48 +mainwinPlayX=33 +mainwinPlayY=48 +mainwinPauseX=33 +mainwinPauseY=70 +mainwinStopX=33 +mainwinStopY=26 +mainwinNextX=61 +mainwinNextY=48 +mainwinEjectX=390 +mainwinEjectY=77 +mainwinEQButtonX=249 +mainwinEQButtonY=22 +mainwinPLButtonX=272 +mainwinPLButtonY=22 +mainwinShuffleX=355 +mainwinShuffleY=20 +mainwinRepeatX=400 +mainwinRepeatY=20 +mainwinAboutX=999 +mainwinAboutY=999 +mainwinMinimizeX=393 +mainwinMinimizeY=3 +mainwinShadeX=403 +mainwinShadeY=3 +mainwinCloseX=413 +mainwinCloseY=3 + diff -r 728309990dc3 -r 21706518e130 skins/Ivory/text.png Binary file skins/Ivory/text.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/titlebar.png Binary file skins/Ivory/titlebar.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Ivory/viscolor.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/skins/Ivory/viscolor.txt Mon Oct 30 01:39:13 2006 -0800 @@ -0,0 +1,24 @@ +255,255,255 // [background color 1] +255,255,255 // [background color 2] +127,85,206 +127,85,206 +127,85,206 +127,85,206 +127,85,206 +127,85,206 +127,85,206 +127,85,206 +127,85,206 +127,85,206 +127,85,206 +127,85,206 +127,85,206 +127,85,206 +127,85,206 +127,85,206 +129,129,129 // [osc 1] +129,129,129 // [osc 2] +129,129,129 // [osc 3] +129,129,129 // [osc 4] +129,129,129 // [osc 5] +125,125,124 // [peak color] diff -r 728309990dc3 -r 21706518e130 skins/Ivory/volume.png Binary file skins/Ivory/volume.png has changed diff -r 728309990dc3 -r 21706518e130 skins/Makefile --- a/skins/Makefile Mon Oct 30 00:47:31 2006 -0800 +++ b/skins/Makefile Mon Oct 30 01:39:13 2006 -0800 @@ -3,7 +3,7 @@ include ../mk/rules.mk include ../mk/init.mk -SUBDIRS = Default TinyPlayer Osmosis +SUBDIRS = Default TinyPlayer Osmosis Ivory include ../mk/objective.mk