mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-21 13:18:55 +00:00
Update release-beta to output generated at 273a5b3
This commit is contained in:
parent
00338092c3
commit
184eaa70ff
3 changed files with 3 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
Beta-f9c30d2
|
||||
Beta-273a5b3
|
||||
|
|
|
|||
|
|
@ -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}\`
|
||||
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"}-${"f9c30d2"}\`
|
||||
Dribbblish: \`v${"Beta"}-${"273a5b3"}\`
|
||||
`,
|
||||
data: "Copy",
|
||||
onChange: function () {
|
||||
|
|
|
|||
1
user.css
1
user.css
|
|
@ -1377,6 +1377,7 @@ html.sidebar-hide-text .GlueDropTarget span {
|
|||
|
||||
.progress-bar {
|
||||
--progress-bar-height: 2px;
|
||||
--is-active-fg-color: var(--spice-subtext);
|
||||
--fg-color: var(--spice-button);
|
||||
--bg-color: rgba(var(--spice-rgb-text), 0.2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue