diff --git a/VERSION b/VERSION index b9173d5..8514345 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Beta-239033a +Beta-1064087 diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index 85981b1..1fd423e 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -59291,7 +59291,7 @@ Dribbblish.on("ready", () => { OS: \`${(0,_Util__WEBPACK_IMPORTED_MODULE_5__.capitalizeFirstLetter)(Spicetify.Platform.PlatformData.os_name)} v${Spicetify.Platform.PlatformData.os_version}\` Spotify: \`v${Spicetify.Platform.PlatformData.event_sender_context_information?.client_version_string ?? Spicetify.Platform.PlatformData.client_version_triple}\` Spicetify: \`${Spicetify.version != null ? `v${Spicetify.version}` : "< v2.7.3"}\` - Dribbblish: \`v${"Beta"}-${"239033a"}\` + Dribbblish: \`v${"Beta"}-${"1064087"}\` `, data: "Copy", onChange: function () { diff --git a/user.css b/user.css index 71a7a8d..051d2d1 100644 --- a/user.css +++ b/user.css @@ -988,8 +988,12 @@ svg[icon-type=dribbblish] { background-color: var(--spice-main); } +.main-trackList-active { + background-color: rgba(var(--spice-rgb-selected-row), 0.25) !important; +} + .main-trackList-trackListRow:hover { - background-color: rgba(var(--spice-rgb-selected-row), 0.2) !important; + background-color: rgba(var(--spice-rgb-selected-row), 0.15) !important; } .main-trackList-trackListRow:focus-within, @@ -1005,6 +1009,11 @@ span.artist-artistVerifiedBadge-badge svg > path:last-of-type { fill: var(--spice-text); } +/* Playlist text color */ +.main-entityHeader-subtitle.main-entityHeader-gra { + color: var(--spice-subtext); +} + /* Full window artist background */ .main-entityHeader-background.main-entityHeader-gradient { opacity: 0.3;