Skip to content

Commit

Permalink
Bumping GTK3 selected opacity up
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Feb 7, 2024
1 parent a63e8a2 commit b999843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Helium/gtk-3.0/widgets/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ $border_opacity: 0.12;
$caret_color: if($variant == 'light', gtkshade($text_color, 1.05), gtkshade($text_color, 0.97));
$hover_color: gtkalpha(currentColor, .08);
$active_color: gtkalpha(currentColor, .14);
$selected_color: gtkalpha(currentColor, .1);
$selected_hover_color: gtkalpha(currentColor, .14);
$selected_active_color: gtkalpha(currentColor, .15);
$selected_color: gtkalpha(currentColor, .14);
$selected_hover_color: gtkalpha(currentColor, .15);
$selected_active_color: gtkalpha(currentColor, .38);
$sidebar_bg_color: gtkcolor(sidebar_bg_color);
$sidebar_fg_color: gtkcolor(sidebar_fg_color);
$sidebar_backdrop_color: gtkcolor(sidebar_backdrop_color);
Expand Down

0 comments on commit b999843

Please sign in to comment.