mirror of
https://github.com/Motschen/Retroblur.git
synced 2025-12-15 12:35:09 +01:00
Add Xresources color scheme and fix playlist icons
This commit is contained in:
17
color.ini
17
color.ini
@@ -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}
|
||||
|
||||
5
user.css
5
user.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user