mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-07-08 04:31:22 +00:00
Update release-beta to output generated at 167e253
This commit is contained in:
parent
f81865add1
commit
470b7752d2
3 changed files with 3 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
Beta-ba5846b
|
Beta-167e253
|
||||||
|
|
|
||||||
|
|
@ -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"}-${"ba5846b"}\`
|
Dribbblish: \`v${"Beta"}-${"167e253"}\`
|
||||||
`,
|
`,
|
||||||
data: "Copy",
|
data: "Copy",
|
||||||
onChange: function () {
|
onChange: function () {
|
||||||
|
|
|
||||||
1
user.css
1
user.css
|
|
@ -2127,6 +2127,7 @@ canvas[width="250"][height="250"] {
|
||||||
.encore-bright-accent-set {
|
.encore-bright-accent-set {
|
||||||
--background-highlight: var(--spice-button) !important;
|
--background-highlight: var(--spice-button) !important;
|
||||||
--background-press: var(--spice-button-active) !important;
|
--background-press: var(--spice-button-active) !important;
|
||||||
|
color: var(--spice-sidebar-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-button--active::after {
|
.control-button--active::after {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue