From e35d84ba96781cbbe027b70039ef294aa9b82f30 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:20:26 -0700 Subject: [PATCH] Change Discogs gauge color from gray to warm bronze for readability --- webui/static/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/static/script.js b/webui/static/script.js index a5c548eb..dd374eeb 100644 --- a/webui/static/script.js +++ b/webui/static/script.js @@ -37718,7 +37718,7 @@ const _RATE_GAUGE_LABELS = { const _RATE_GAUGE_COLORS = { spotify: '#1DB954', itunes: '#FC3C44', deezer: '#A238FF', lastfm: '#D51007', genius: '#FFFF64', musicbrainz: '#BA478F', - audiodb: '#00BCD4', tidal: '#00FFFF', qobuz: '#FF6B35', discogs: '#333333', + audiodb: '#00BCD4', tidal: '#00FFFF', qobuz: '#FF6B35', discogs: '#D4A574', }; // SVG constants — 240° arc, gap at bottom