mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
remvoe the themes
This commit is contained in:
@@ -191,74 +191,6 @@ function reset() {
|
||||
<p>Current</p>
|
||||
<SongItem :song="audioStore.currentSong.value" />
|
||||
</div>
|
||||
|
||||
<div class="bg-black p-2 w-full">
|
||||
<p class="flex flex-1 justify-between" style="color: #57db5d">
|
||||
StaryNight
|
||||
<button
|
||||
style="border-color: #b3002d"
|
||||
class="p-0.5 border rounded-lg"
|
||||
@click="save('#000000', '#5e2d8f', '#57db5d', '#b3002d')"
|
||||
>
|
||||
Choose
|
||||
</button>
|
||||
</p>
|
||||
<SongItem :song="audioStore.currentSong.value" :border="'#b3002d'" :action="'#5e2d8f'" :info="'#57db5d'" />
|
||||
</div>
|
||||
<div class="p-2 w-full" style="background-color: #1c1719">
|
||||
<p class="flex flex-1 justify-between" style="color: #ec4889">
|
||||
Default<button
|
||||
style="border-color: #ec4889"
|
||||
class="p-0.5 border rounded-lg"
|
||||
@click="save('#1c1719', '#eab308', '#ec4889', '#ec4889')"
|
||||
>
|
||||
Choose
|
||||
</button>
|
||||
</p>
|
||||
<SongItem :song="audioStore.currentSong.value" :border="'#ec4889'" :info="'#ec4889'" :action="'#eab308'" />
|
||||
</div>
|
||||
|
||||
<div class="p-2 w-full" style="background-color: #ff4c4c">
|
||||
<p class="flex flex-1 justify-between" style="color: #ffffff">
|
||||
Bright Sunset
|
||||
<button
|
||||
style="border-color: #ffffff"
|
||||
class="p-0.5 border rounded-lg"
|
||||
@click="save('#ff4c4c', '#ffcc00', '#ffffff', '#ffffff')"
|
||||
>
|
||||
Choose
|
||||
</button>
|
||||
</p>
|
||||
<SongItem :song="audioStore.currentSong.value" :border="'#ffffff'" :info="'#ffffff'" :action="'#ffcc00'" />
|
||||
</div>
|
||||
|
||||
<div class="p-2 w-full" style="background-color: #003d00">
|
||||
<p class="flex flex-1 justify-between" style="color: #e0f8d8">
|
||||
Forest Night
|
||||
<button
|
||||
style="border-color: #e0f8d8"
|
||||
class="p-0.5 border rounded-lg"
|
||||
@click="save('#003d00', '#a8d5a2', '#e0f8d8', '#e0f8d8')"
|
||||
>
|
||||
Choose
|
||||
</button>
|
||||
</p>
|
||||
<SongItem :song="audioStore.currentSong.value" :border="'#e0f8d8'" :info="'#e0f8d8'" :action="'#a8d5a2'" />
|
||||
</div>
|
||||
|
||||
<div class="p-2 w-full" style="background-color: #00274d">
|
||||
<p class="flex flex-1 justify-between" style="color: #00ffff">
|
||||
Electric Blue
|
||||
<button
|
||||
style="border-color: #00ffff"
|
||||
class="p-0.5 border rounded-lg"
|
||||
@click="save('#00274d', '#0099ff', '#00ffff', '#00ffff')"
|
||||
>
|
||||
Choose
|
||||
</button>
|
||||
</p>
|
||||
<SongItem :song="audioStore.currentSong.value" :border="'#00ffff'" :info="'#00ffff'" :action="'#0099ff'" />
|
||||
</div>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user