mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
commit
075c4ed21c
@ -14,6 +14,7 @@ selected-row = d3869b
|
||||
button = 8ec07c
|
||||
button-active = 8ec07c
|
||||
button-disabled = 665c54
|
||||
button-knob = fe8019
|
||||
tab-active = b8bb26
|
||||
notification = b8bb26
|
||||
notification-error = e22134
|
||||
@ -35,6 +36,7 @@ selected-row = 8f3f71
|
||||
button = 427b58
|
||||
button-active = 427b58
|
||||
button-disabled = bdae93
|
||||
button-knob = af3a03
|
||||
tab-active = 79740e
|
||||
notification = 79740e
|
||||
notification-error = e22134
|
||||
|
@ -198,16 +198,25 @@ span.artist-artistVerifiedBadge-badge svg:nth-child(1) {
|
||||
|
||||
/* setting menu */
|
||||
|
||||
input:checked~.x-533-toggle-indicatorWrapper {
|
||||
background-color: rgba(var(--spice-rgb-button), .4) !important;
|
||||
.main-dropDown-dropDown {
|
||||
background-color: var(--spice-button-disabled) !important;
|
||||
color: var(--spice-text) !important;
|
||||
}
|
||||
|
||||
input:checked~.x-533-toggle-indicatorWrapper .x-533-toggle-indicator {
|
||||
background-color: var(--spice-button) !important;
|
||||
.x-settings-title {
|
||||
color: var(--spice-tab-active) !important;
|
||||
}
|
||||
|
||||
.x-533-toggle-indicator {
|
||||
background: var(--spice-button) !important;
|
||||
input:checked~.x-toggle-indicatorWrapper .x-toggle-indicator {
|
||||
background-color: var(--spice-button-knob) !important;
|
||||
}
|
||||
|
||||
.x-toggle-indicator {
|
||||
background: var(--spice-button-knob) !important;
|
||||
}
|
||||
|
||||
input:hover:not([disabled]):not(:active)~.x-toggle-indicatorWrapper {
|
||||
background-color: rgba(var(--spice-rgb-button), .5) !important;
|
||||
}
|
||||
|
||||
|
||||
@ -273,6 +282,10 @@ input {
|
||||
background-color: var(--spice-sec-card) !important;
|
||||
}
|
||||
|
||||
.main-keyboardShortcutsHelpModal-container {
|
||||
background-color: var(--spice-main) !important;
|
||||
color: var(--spice-text) !important;
|
||||
}
|
||||
|
||||
/* mini player edits */
|
||||
|
||||
@ -309,7 +322,7 @@ input {
|
||||
|
||||
i am unable to remove the small album cover when we expand the
|
||||
album art. So for now i am disabling these edits. If anyone wants
|
||||
to contribute feel free to create a pull request on my repo.
|
||||
to contribute to this feel free to add.
|
||||
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user