mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-20 07:01:13 +00:00
Update release-beta to output generated at 827c9f3
This commit is contained in:
parent
22b2bb3c0c
commit
a86a673b9f
3 changed files with 8 additions and 13 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
Beta-f13a3c1
|
||||
Beta-827c9f3
|
||||
|
|
|
|||
|
|
@ -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"}-${"f13a3c1"}\`
|
||||
Dribbblish: \`v${"Beta"}-${"827c9f3"}\`
|
||||
`,
|
||||
data: "Copy",
|
||||
onChange: function () {
|
||||
|
|
|
|||
17
user.css
17
user.css
|
|
@ -243,24 +243,24 @@
|
|||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
button.main-button-primary {
|
||||
.main-button-primary {
|
||||
color: var(--spice-subtext);
|
||||
background-color: rgba(var(--spice-rgb-selected-row), 0.4) !important;
|
||||
}
|
||||
button.main-button-primary:hover, button.main-button-primary:active {
|
||||
.main-button-primary:hover, .main-button-primary:active {
|
||||
background-color: rgba(var(--spice-rgb-selected-row), 0.6) !important;
|
||||
}
|
||||
button.main-button-primary span {
|
||||
.main-button-primary span {
|
||||
color: var(--spice-subtext) !important;
|
||||
}
|
||||
button.main-button-tertiary:not(.main-entityHeader-titleButton) {
|
||||
.main-button-tertiary:not(.main-entityHeader-titleButton) {
|
||||
color: var(--spice-subtext);
|
||||
background-color: rgba(var(--spice-rgb-selected-row), calc(0.2 + 0.05 * var(--is_light))) !important;
|
||||
}
|
||||
button.main-button-tertiary:not(.main-entityHeader-titleButton):hover, button.main-button-tertiary:not(.main-entityHeader-titleButton):active {
|
||||
.main-button-tertiary:not(.main-entityHeader-titleButton):hover, .main-button-tertiary:not(.main-entityHeader-titleButton):active {
|
||||
background-color: rgba(var(--spice-rgb-selected-row), 0.6) !important;
|
||||
}
|
||||
button.main-button-tertiary:not(.main-entityHeader-titleButton) span {
|
||||
.main-button-tertiary:not(.main-entityHeader-titleButton) span {
|
||||
color: var(--spice-subtext) !important;
|
||||
}
|
||||
|
||||
|
|
@ -2124,11 +2124,6 @@ canvas[width="250"][height="250"] {
|
|||
font-size: 10px;
|
||||
}
|
||||
|
||||
.encore-bright-accent-set {
|
||||
--background-highlight: var(--spice-button) !important;
|
||||
--background-press: var(--spice-button-active) !important;
|
||||
}
|
||||
|
||||
.control-button--active::after {
|
||||
display: none;
|
||||
}
|
||||
Loading…
Reference in a new issue