feat(ags): follow the pywal16 docs on colors usage

This commit is contained in:
2025-05-07 16:33:26 +02:00
parent 1466d43206
commit 777a84066e
7 changed files with 53 additions and 76 deletions

View File

@ -10,11 +10,11 @@
}
separator {
background: $base00;
background: $base01;
}
popover>contents, calendar {
background: $base0B;
background: $base00;
}
button, button:hover {
@ -22,7 +22,7 @@ button, button:hover {
}
popover modelbutton {
&:hover, &:focus { background: $base0C; }
&:hover, &:focus { background: $base01; }
}
image {