Skip to content

Commit

Permalink
Bumping up GTK4 selection opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Feb 7, 2024
1 parent b999843 commit bc1f3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Helium/gtk-4.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ dnd {
/* Text selection */

selection {
background-color: gtkalpha($accent_color, 0.15);
background-color: gtkalpha($accent_color, 0.38);
color: transparent;

&:focus-within {
background-color: gtkalpha($accent_color, 0.15);
background-color: gtkalpha($accent_color, 0.38);
}
}

Expand Down

0 comments on commit bc1f3da

Please sign in to comment.