Remove references to colorScheme.colors from waybar

This commit is contained in:
Tyler Kelley 2024-03-01 17:07:51 -06:00
parent 870b06ea32
commit 3dbd7936f1

View File

@ -196,7 +196,7 @@ in with lib; {
opacity: 0.5;
transition: ${betterTransition};
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base03};
color: #${palette.base03};
background: #${palette.base00};
margin: 4px 3px;
opacity: 1;
@ -260,7 +260,7 @@ in with lib; {
opacity: 0.8;
transition: ${betterTransition};
'' else if simplebar == true then ''
color: #${config.colorScheme.colors.base05};
color: #${palette.base05};
border: 0px;
border-radius: 15px;
transition: ${betterTransition};