Add Xresources color scheme and fix playlist icons

This commit is contained in:
Motschen
2022-05-26 16:56:50 +02:00
parent 7061897704
commit 5188bb1643
2 changed files with 17 additions and 5 deletions

View File

@@ -109,3 +109,20 @@ tab-active = 0055ff
notification = 1a181e
notification-error = fb7c7c
misc = 0c0e14
[Xresources]
text = ${xrdb:foreground}
subtext = ${xrdb:color1}
main = ${xrdb:color1}
sidebar = ${xrdb:color1}
player = ${xrdb:color1}
card = ${xrdb:color8}
shadow = ${xrdb:color8}
selected-row = ${xrdb:color6}
button = ${xrdb:foreground}
button-active = ${xrdb:foreground}
button-disabled = ${xrdb:background}
tab-active = ${xrdb:color6}
notification = ${xrdb:color8}
notification-error = ${xrdb:background}
misc = ${xrdb:color1}

View File

@@ -36,11 +36,6 @@ body {
/*Fix playlist play button when downloaded from Spicetify Marketplace*/
background-color: var(--spice-button) !important;
}
.playlist-item__img {
margin-right: 5px;
margin-left:15.5px;
border-radius: 15%;
}
.eSMjmiD29Ox35O95waw6:after, .eSMjmiD29Ox35O95waw6:before {
background: transparent !important;
}