ditch nix-colors

This commit is contained in:
Noa Aarts 2025-05-04 15:25:41 +02:00
parent 45766f2057
commit 2e58acb9e7
Signed by: noa
GPG key ID: 1850932741EFF672
22 changed files with 57 additions and 162 deletions

View file

@ -24,21 +24,21 @@ in
min-width: 15px;
min-height: 15px;
background-color: transparent;
color: #${config.colorScheme.palette.taskbarText};
color: #${config.lib.stylix.colors.base04};
border-radius: 999px;
}
#workspaces button:hover {
background-color: #${config.colorScheme.palette.base17};
background-color: #${config.lib.stylix.colors.base17};
}
#workspaces button.active {
font-weight: bold;
background-color: #${config.colorScheme.palette.base0E};
background-color: #${config.lib.stylix.colors.base0E};
}
#workspaces button.urgent {
background-color: #${config.colorScheme.palette.base08};
background-color: #${config.lib.stylix.colors.base08};
}
#workspaces {