mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-07-06 19:51:27 +00:00
Update release-beta to output generated at 1064087
This commit is contained in:
parent
bc99b88fb8
commit
f8e9decd87
3 changed files with 12 additions and 3 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
Beta-239033a
|
Beta-1064087
|
||||||
|
|
|
||||||
|
|
@ -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}\`
|
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}\`
|
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"}\`
|
Spicetify: \`${Spicetify.version != null ? `v${Spicetify.version}` : "< v2.7.3"}\`
|
||||||
Dribbblish: \`v${"Beta"}-${"239033a"}\`
|
Dribbblish: \`v${"Beta"}-${"1064087"}\`
|
||||||
`,
|
`,
|
||||||
data: "Copy",
|
data: "Copy",
|
||||||
onChange: function () {
|
onChange: function () {
|
||||||
|
|
|
||||||
11
user.css
11
user.css
|
|
@ -988,8 +988,12 @@ svg[icon-type=dribbblish] {
|
||||||
background-color: var(--spice-main);
|
background-color: var(--spice-main);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-trackList-active {
|
||||||
|
background-color: rgba(var(--spice-rgb-selected-row), 0.25) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.main-trackList-trackListRow:hover {
|
.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,
|
.main-trackList-trackListRow:focus-within,
|
||||||
|
|
@ -1005,6 +1009,11 @@ span.artist-artistVerifiedBadge-badge svg > path:last-of-type {
|
||||||
fill: var(--spice-text);
|
fill: var(--spice-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Playlist text color */
|
||||||
|
.main-entityHeader-subtitle.main-entityHeader-gra {
|
||||||
|
color: var(--spice-subtext);
|
||||||
|
}
|
||||||
|
|
||||||
/* Full window artist background */
|
/* Full window artist background */
|
||||||
.main-entityHeader-background.main-entityHeader-gradient {
|
.main-entityHeader-background.main-entityHeader-gradient {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue