mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(Sleek): update new spotify elements
This commit is contained in:
parent
f2ceda7041
commit
283481680f
@ -13,6 +13,7 @@ sub-button = a20606
|
||||
button = e00000
|
||||
button-active = e00000
|
||||
button-disabled = 404040
|
||||
sidebar-button = ff4700
|
||||
tab-active = 171717
|
||||
notification = 5e0000
|
||||
notification-error = 5e0000
|
||||
@ -28,12 +29,13 @@ main = 040614
|
||||
sidebar = 0F111A
|
||||
player = 0F111A
|
||||
card = 0C1C19
|
||||
shadow = 0C1C19
|
||||
shadow = 000000
|
||||
selected-row = 040614
|
||||
sub-button = 4f9a87
|
||||
button = 4f9a87
|
||||
button-active = 4a99e9
|
||||
button-disabled = 0C1C19
|
||||
button-disabled = 0C1C19
|
||||
sidebar-button = 040614
|
||||
tab-active = 0a1527
|
||||
notification = 051024
|
||||
notification-error = 051024
|
||||
@ -54,7 +56,8 @@ selected-row = 09162e
|
||||
sub-button = ffffff
|
||||
button = 1464b5
|
||||
button-active = 4a99e9
|
||||
button-disabled = 353535
|
||||
button-disabled = 21282f
|
||||
sidebar-button = 37b778
|
||||
tab-active = 0a1527
|
||||
notification = 051024
|
||||
notification-error = 051024
|
||||
@ -76,6 +79,7 @@ sub-button = 6a913d
|
||||
button = 8bc34a
|
||||
button-active = 98da4b
|
||||
button-disabled = 353535
|
||||
sidebar-button = 8bc34a
|
||||
tab-active = 303030
|
||||
notification = 242424
|
||||
notification-error = 242424
|
||||
@ -97,6 +101,7 @@ misc = FFFFFF
|
||||
; button = playlist buttons bg in sidebar, drop-down menus, now playing song, like button
|
||||
; button-active = hover on song selected
|
||||
; button-disabled = seekbar bg, volume bar bg, scrollbar
|
||||
; sidebar-button = sidebar buttons bg
|
||||
; tab-active = button bg in main field (playlists, podcasts, artists, albums)
|
||||
; notification = notification ('Added to liked songs' etc.)
|
||||
; notification-error = error
|
||||
|
@ -56,7 +56,7 @@ input {
|
||||
}
|
||||
|
||||
.main-trackList-playingIcon {
|
||||
filter: brightness(0) saturate(100%) invert(11%) sepia(81%) saturate(4689%) hue-rotate(359deg) brightness(78%) contrast(115%);
|
||||
filter: saturate(0);
|
||||
}
|
||||
|
||||
span.artist-artistVerifiedBadge-badge svg:nth-child(1) {
|
||||
@ -213,6 +213,18 @@ span.artist-artistVerifiedBadge-badge svg:nth-child(1) {
|
||||
color: var(--spice-text) !important;
|
||||
}
|
||||
|
||||
.main-yourEpisodesButton-yourEpisodesIcon {
|
||||
background: var(--spice-text);
|
||||
}
|
||||
|
||||
.main-yourEpisodesButton-yourEpisodesIcon path {
|
||||
fill: var(--spice-sidebar);
|
||||
}
|
||||
|
||||
.main-navBar-entryPoints > div:first-of-type {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
/* Main Play Button Change */
|
||||
.main-playButton-PlayButton.main-playButton-primary {
|
||||
color: var(--spice-main);
|
||||
@ -244,7 +256,7 @@ span.artist-artistVerifiedBadge-badge svg:nth-child(1) {
|
||||
}
|
||||
|
||||
.main-navBar-navBarLinkActive {
|
||||
background-color: var(--spice-playback-bar);
|
||||
background-color: var(--spice-sidebar-button);
|
||||
}
|
||||
|
||||
.main-navBar-navBarLinkActive, .main-navBar-navBarLinkActive:focus, .main-navBar-navBarLinkActive:hover, .logo {
|
||||
|
Loading…
Reference in New Issue
Block a user