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,17 +10,17 @@ window.bar {
>.inner {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: $base0B;
background: $base00;
padding: 0.25rem 1rem;
margin: 0;
* { color: $base00; }
* { color: $base0B; }
}
.tray .item {
padding: 0;
margin: 0;
background: $base0B;
background: $base00;
image {
padding: 0;

View File

@ -4,7 +4,7 @@ window.battery_info {
font-weight: bold;
>box {
border: 1px solid $base00;
border: 1px solid $base01;
border-radius: 10px;
margin: 8px;
}
@ -12,7 +12,7 @@ window.battery_info {
>.inner {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: $base0B;
background: $base00;
padding: 0.75rem 3rem;
margin: 0;
@ -22,7 +22,7 @@ window.battery_info {
* {
transition: all 0.2s ease-in-out;
color: $base00;
color: $base0B;
}
}
@ -33,12 +33,12 @@ window.battery_info {
window.battery_info button {
transition: all 0.2s ease-in-out;
background: $base0B;
border: 2px solid $base00;
background: $base00;
border: 2px solid $base01;
margin: 5px;
&:hover {
background: $base00;
background: $base01;
* {
color: $base0B;
@ -46,8 +46,8 @@ window.battery_info button {
}
&.active {
background: $base00;
border: 0.5px solid $base0B;
background: $base01;
border: 2px solid $base00;
* {
color: $base0B;

View File

@ -2,50 +2,45 @@
.clipboard {
entry {
background: $base0B;
color: $base00;
background: $base00;
color: $base0B;
padding: 8px 12px;
border: none;
margin-bottom: 6px;
&:focus {
outline: 2px solid $base00;
outline: 2px solid $base01;
}
}
.entry.primary {
background: $base0C;
background: $base01;
&:hover>.content {
color: $base0C;
&:focus {
background: $base00;
}
}
.entry {
padding: 10px;
background: $base0B;
background: $base00;
border-radius: 8px;
transition: background 0.2s ease;
&:hover {
background: $base00;
>.content {
color: $base0B;
}
}
&:hover { background: $base01; }
.content {
color: $base00;
color: $base0B;
font-size: 14px;
font-weight: 600;
}
}
.not-found {
background: $base0B;
color: $base00;
border: 1px solid $base07;
background: $base01;
color: $base0B;
font-size: 14px;
padding: 10px;
border-radius: 8px;

View File

@ -2,31 +2,26 @@
.launcher {
entry {
background: $base0B;
color: $base00;
background: $base00;
color: $base0B;
padding: 8px 12px;
border: none;
margin-bottom: 6px;
&:focus {
outline: 2px solid $base00;
outline: 2px solid $base01;
}
}
.application {
padding: 10px;
background: $base0B;
background: $base00;
border-radius: 8px;
transition: background 0.2s ease;
&:hover {
background: $base00;
box>.name,
box>.description {
color: $base0B;
}
background: $base01;
}
image {
@ -34,20 +29,20 @@
}
.name {
color: $base00;
color: $base0B;
font-size: 14px;
font-weight: 600;
}
.description {
color: $base00;
color: $base0B;
font-size: 12px;
}
}
.not-found {
background: $base0B;
color: $base00;
background: $base01;
color: $base0B;
font-size: 14px;
padding: 10px;
border-radius: 8px;

View File

@ -4,7 +4,7 @@ window.quick_settings {
font-weight: bold;
>box {
border: 1px solid $base00;
border: 1px solid $base01;
border-radius: 10px;
margin: 8px;
}
@ -12,13 +12,13 @@ window.quick_settings {
>.inner {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: $base0B;
background: $base00;
padding: 0.75rem 3rem;
margin: 0;
* {
transition: all 0.2s ease-in-out;
color: $base00;
color: $base0B;
}
}
@ -29,11 +29,11 @@ window.quick_settings {
window.qs_bluetooth {
>.inner {
background: $base0B;
background: $base00;
padding: 0.75rem 3rem;
border-radius: 10px;
* { color: $base00; }
* { color: $base0B; }
}
.device {
@ -47,24 +47,16 @@ window.qs_bluetooth {
window.quick_settings button, window.qs_bluetooth button {
transition: all 0.2s ease-in-out;
background: $base0B;
border: 2px solid $base00;
background: $base00;
border: 2px solid $base01;
margin: 5px;
&:hover {
background: $base00;
* {
color: $base0B;
}
background: $base01;
}
&.active {
background: $base00;
border: 0.5px solid $base0B;
* {
color: $base0B;
}
background: $base01;
border: 0.5px solid $base00;
}
}

View File

@ -3,25 +3,20 @@
.shortcuts {
.entry {
padding: 10px;
background: $base0B;
background: $base00;
border-radius: 8px;
transition: background 0.2s ease;
&:hover {
background: $base00;
>label {
color: $base0B;
}
background: $base01;
>.kbd {
background: $base0B;
color: $base00;
background: $base00;
}
}
label {
color: $base00;
color: $base0B;
font-size: 14px;
font-weight: 600;
}
@ -33,14 +28,14 @@
border-radius: 4px;
margin: 0 2px;
background: $base00;
background: $base01;
color: $base0B;
}
}
.not-found {
background: $base0B;
color: $base00;
background: $base01;
color: $base0B;
font-size: 14px;
padding: 10px;
border-radius: 8px;
@ -49,4 +44,4 @@
margin-bottom: 8px;
}
}
}
}

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 {