Merge pull request #387 from harbassan/v2

feat(Sleek): add BIB colorscheme
This commit is contained in:
morpheusthewhite 2021-05-27 15:20:58 +02:00 committed by GitHub
commit 669ef11448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 47 additions and 9 deletions

View File

@ -2,12 +2,15 @@
## Screenshots
### Psycho
![Psycho Screenshot](psycho.png)
### BIB
![BIB Screenshot](bib.png)
### Deep
![Deep Screenshot](deep.png)
### Psycho
![Psycho Screenshot](psycho.png)
## More
A simple and sleek theme that builds on the basic Spotify UI.

BIN
Sleek/bib.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 KiB

View File

@ -36,4 +36,24 @@ tab-active = 0a1527
notification = 051024
notification-error = 051024
playback-bar = 37b778
misc = BFBFBF
misc = BFBFBF
[BIB]
; Green on dark grey background
text = 8bc34a
subtext = b4b4b4
button-text = 202020
main = 202020
sidebar = 202020
player = 242424
card = 242424
shadow = 000000
selected-row = 8fdc35
button = 8bc34a
button-active = 98da4b
button-disabled = 353535
tab-active = 303030
notification = 242424
notification-error = 242424
playback-bar = 8bc34a
misc = FFFFFF

View File

@ -124,7 +124,7 @@ span.artist-artistVerifiedBadge-badge svg:nth-child(1) {
}
.player-controls__buttons {
transform: translateY(10px);
transform: translateY(6px);
}
.main-playPauseButton-button {
@ -248,13 +248,24 @@ span.artist-artistVerifiedBadge-badge svg:nth-child(1) {
}
.main-navBar-navBarLinkActive, .main-navBar-navBarLinkActive:focus, .main-navBar-navBarLinkActive:hover, .logo {
color: var(--spice-subtext);
}
.main-navBar-navBarLink:focus, .main-navBar-navBarLink:hover {
color: var(--spice-subtext);
color: var(--spice-button-text) !important;
}
.progress-bar__slider {
background-color: var(--spice-subtext);
}
a.x-categoryCard-CategoryCard, a.x-heroCategoryCard-HeroCategoryCard {
color: var(--spice-subtext);
}
.main-heroCard-card a,
.collection-collectionEntityHeroCard-descriptionContainer {
color: var(--spice-subtext) !important;
}
.main-buddyFeed-activityMetadata .main-buddyFeed-artistAndTrackName a, .main-buddyFeed-activityMetadata .main-buddyFeed-username a, .main-buddyFeed-activityMetadata .main-buddyFeed-playbackContextLink,
p.main-buddyFeed-timestamp.main-type-finale,
.main-buddyFeed-findFriendsButton .main-buddyFeed-findFriendsIcon {
color: var(--spice-subtext);
}

View File

@ -12,6 +12,10 @@ Here you can find a preview of all the themes. Some of them may have different c
## Sleek
#### BIB
![BIB Screenshot](Sleek/bib.png)
#### Deep
![Deep Screenshot](Sleek/deep.png)