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}