ditch nix-colors
This commit is contained in:
parent
45766f2057
commit
2e58acb9e7
22 changed files with 57 additions and 162 deletions
|
|
@ -24,15 +24,15 @@ in
|
|||
};
|
||||
style = ''
|
||||
#temperature {
|
||||
color: #${config.colorScheme.palette.taskbarText};
|
||||
color: #${config.lib.stylix.colors.base04};
|
||||
margin: 5px 0px;
|
||||
padding: 0 8px;
|
||||
background-color: #${config.colorScheme.palette.taskbarBackground};
|
||||
background-color: #${config.lib.stylix.colors.base10};
|
||||
border-radius: 0 999px 999px 0;
|
||||
}
|
||||
|
||||
#temperature.critcal {
|
||||
color: #${config.colorScheme.palette.base08};
|
||||
color: #${config.lib.stylix.colors.base08};
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue