mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
Add Internet Archive skin
This commit is contained in:
parent
a053818c5e
commit
4f48ebb89e
2 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import visor from "../skins/Vizor1-01.wsz";
|
|||
import xmms from "../skins/XMMS-Turquoise.wsz";
|
||||
import zaxon from "../skins/ZaxonRemake1-0.wsz";
|
||||
import green from "../skins/Green-Dimension-V2.wsz";
|
||||
import internetArchive from "../skins/Internet-Archive.wsz";
|
||||
import MilkdropWindow from "./components/MilkdropWindow";
|
||||
import screenshotInitialState from "./screenshotInitialState";
|
||||
import WebampLazy from "./webampLazy";
|
||||
|
|
@ -207,6 +208,7 @@ Raven.context(() => {
|
|||
availableSkins: [
|
||||
{ url: base, name: "<Base Skin>" },
|
||||
{ url: green, name: "Green Dimension V2" },
|
||||
{ url: internetArchive, name: "Internet Archive" },
|
||||
{ url: osx, name: "Mac OSX v1.5 (Aqua)" },
|
||||
{ url: topaz, name: "TopazAmp" },
|
||||
{ url: visor, name: "Vizor" },
|
||||
|
|
|
|||
BIN
skins/Internet-Archive.wsz
Normal file
BIN
skins/Internet-Archive.wsz
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue