ditch nix-colors
This commit is contained in:
parent
45766f2057
commit
2e58acb9e7
22 changed files with 57 additions and 162 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue