1

Waybar: Use new color module formats

This commit is contained in:
2024-10-14 17:41:09 +02:00
parent 5f744eb739
commit 9ede3fb49a

View File

@ -97,7 +97,7 @@ in {
border-color: #${color.dark.lavender};
/*Can't use color.light.base here because waybar doesn't support rrggbbaa :(*/
background-color: rgba(239, 241, 245, 0.3);
background-color: rgba(${color.rgbString.light.base}, 0.3);
}
/*Colors*/