Skip to content

Commit 0721ca9

Browse files
committed
Now, for proper colors
1 parent 02a6cb0 commit 0721ca9

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Helium/gtk-4.0/widgets/_checks.scss

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,38 +22,38 @@ radio {
2222
-gtk-icon-size: 16px;
2323
padding: 0;
2424
margin: 0;
25-
background: bg-color(1);
25+
background: $outline;
2626
box-shadow: inset 0 0 0 2px $view_fg_color;
2727

2828
@include focus-ring();
2929

3030
&:not(:checked):not(:indeterminate):hover {
3131
&:hover {
32-
background: bg-color(2);
32+
background: $accent_bg_color;
3333
box-shadow: inset 0 0 0 2px $view_fg_color;
3434
}
3535

3636
&:active {
37-
background: bg-color(3);
38-
color: $accent_bg_color;
39-
box-shadow: inset 0 0 0 2px bg-color(3);
37+
background: $accent_bg_color;
38+
color: $accent_fg_color;
39+
box-shadow: inset 0 0 0 2px $accent_bg_color;
4040
}
4141
}
4242

4343
&:checked,
4444
&:indeterminate {
45-
background: bg-color(3);
45+
background: $accent_bg_color;
4646
color: $accent_fg_color;
47-
box-shadow: inset 0 0 0 2px bg-color(3);
47+
box-shadow: inset 0 0 0 2px $accent_bg_color;
4848

4949
&:hover {
50-
box-shadow: inset 0 0 0 2px bg-color(3);
50+
box-shadow: inset 0 0 0 2px $accent_bg_color;
5151
}
5252

5353
&:active {
54-
background: bg-color(3);
54+
background: $accent_bg_color;
5555
color: $accent_fg_color;
56-
box-shadow: inset 0 0 0 2px bg-color(3);
56+
box-shadow: inset 0 0 0 2px $accent_bg_color;
5757
}
5858
}
5959

0 commit comments

Comments
 (0)