From 5188bb1643eb0bc7d584c20bd30efa2e8715a505 Mon Sep 17 00:00:00 2001 From: Motschen Date: Thu, 26 May 2022 16:56:50 +0200 Subject: [PATCH] Add Xresources color scheme and fix playlist icons --- color.ini | 17 +++++++++++++++++ user.css | 5 ----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/color.ini b/color.ini index 1baf67b..fb30d8c 100644 --- a/color.ini +++ b/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} diff --git a/user.css b/user.css index 7995200..e417b59 100644 --- a/user.css +++ b/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; }