feat(theme): update wavesurfer colors to teal scheme
waveColor: subtle teal tint, progressColor/cursorColor match accent. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -69,9 +69,9 @@ class AudioService {
|
|||||||
// Fresh audio element per song. Lives on document.body so playback
|
// Fresh audio element per song. Lives on document.body so playback
|
||||||
// continues even when the SongPage container is removed from the DOM.
|
// continues even when the SongPage container is removed from the DOM.
|
||||||
media: this.mediaElement,
|
media: this.mediaElement,
|
||||||
waveColor: "rgba(255,255,255,0.09)",
|
waveColor: "rgba(20,184,166,0.18)",
|
||||||
progressColor: "#c8861a",
|
progressColor: "#14b8a6",
|
||||||
cursorColor: "#e8a22a",
|
cursorColor: "#2dd4bf",
|
||||||
barWidth: 2,
|
barWidth: 2,
|
||||||
barRadius: 2,
|
barRadius: 2,
|
||||||
height: 104,
|
height: 104,
|
||||||
|
|||||||
Reference in New Issue
Block a user