ditch nix-colors
This commit is contained in:
parent
45766f2057
commit
2e58acb9e7
22 changed files with 57 additions and 162 deletions
|
|
@ -18,7 +18,7 @@ in
|
|||
window#waybar {
|
||||
background-color: transparent;
|
||||
border-radius: 999px;
|
||||
color: #${config.colorScheme.palette.base05};
|
||||
color: #${config.lib.stylix.colors.base05};
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
}
|
||||
|
|
@ -37,7 +37,7 @@ in
|
|||
|
||||
#window {
|
||||
margin-left: 6px;
|
||||
color: #${config.colorScheme.palette.taskbarText};
|
||||
color: #${config.lib.stylix.colors.base04};
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue