Skip to content

Commit fa5e8a0

Browse files
committed
Restore previous fix
1 parent 9a45d8d commit fa5e8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sass/_colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $selected_borders_color: if($variant== 'light', gtkmix(black, $accent_bg_color,
5252
// View selection colors (for most rows and icons etc)
5353
$view_hover_color: gtkalpha(currentColor, .04);
5454
$view_active_color: gtkalpha(currentColor, .08);
55-
$view_selected_color: gtkalpha($accent_bg_color, .3);
55+
$view_selected_color: gtkalpha($accent_bg_color, .25);
5656
$view_selected_hover_color: gtkalpha($accent_bg_color, .32);
5757
$view_selected_active_color: gtkalpha($accent_bg_color, .39);
5858

0 commit comments

Comments
 (0)