format
This commit is contained in:
parent
42d04f49fe
commit
606e382083
53 changed files with 1319 additions and 967 deletions
|
@ -1,30 +1,30 @@
|
|||
{ config, ... }: let
|
||||
background = config.theme.overlay;
|
||||
muted = config.theme.muted;
|
||||
font = config.theme.text;
|
||||
{config, ...}: let
|
||||
background = config.theme.overlay;
|
||||
muted = config.theme.muted;
|
||||
font = config.theme.text;
|
||||
in {
|
||||
style = ''
|
||||
window#osd {
|
||||
border-radius: 8px;
|
||||
border: none;
|
||||
background: ${background};
|
||||
}
|
||||
style = ''
|
||||
window#osd {
|
||||
border-radius: 8px;
|
||||
border: none;
|
||||
background: ${background};
|
||||
}
|
||||
|
||||
image,
|
||||
label {
|
||||
color: ${font};
|
||||
}
|
||||
image,
|
||||
label {
|
||||
color: ${font};
|
||||
}
|
||||
|
||||
progressbar {
|
||||
background: ${muted};
|
||||
}
|
||||
progressbar {
|
||||
background: ${muted};
|
||||
}
|
||||
|
||||
progress:disabled {
|
||||
background: ${font};
|
||||
}
|
||||
progress:disabled {
|
||||
background: ${font};
|
||||
}
|
||||
|
||||
progress {
|
||||
background: ${font};
|
||||
}
|
||||
'';
|
||||
progress {
|
||||
background: ${font};
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue