Improved accent colors

This commit is contained in:
nutty
2026-06-28 03:05:29 +10:00
parent 9b97cc593c
commit a52b07fccc
11 changed files with 329 additions and 628 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ async function ChangeTrack(mediaProps) {
// Extract the image source string (use fallback if Windows has no art)
const newArtUrl = mediaProps.Base64Image;
const accent = mediaProps.AccentColor || "#ffffff";
// const accent = mediaProps.AccentColor || "#ffffff";
// Set the image
// backgroundLayer.style.backgroundImage = `url('${newArtUrl}')`;