mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-07-05 19:21:12 +00:00
Update release-beta to output generated at bc200bf
This commit is contained in:
parent
d4963a6831
commit
1b9ee80c56
3 changed files with 6 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
Beta-1318676
|
Beta-bc200bf
|
||||||
|
|
|
||||||
|
|
@ -59248,7 +59248,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"}-${"1318676"}\`
|
Dribbblish: \`v${"Beta"}-${"bc200bf"}\`
|
||||||
`,
|
`,
|
||||||
data: "Copy",
|
data: "Copy",
|
||||||
onChange: function () {
|
onChange: function () {
|
||||||
|
|
|
||||||
4
user.css
4
user.css
|
|
@ -978,6 +978,10 @@ svg[icon-type=dribbblish] {
|
||||||
filter: grayscale(1);
|
filter: grayscale(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-trackList-trackListRowGrid {
|
||||||
|
background-color: var(--spice-main);
|
||||||
|
}
|
||||||
|
|
||||||
.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.2) !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue