From 0b888fc07f24cc2daf55a11c5a681989e8ec4c02 Mon Sep 17 00:00:00 2001 From: Alice Mikhaylenko Date: Sun, 9 Jun 2024 17:54:13 +0400 Subject: [PATCH] theme: Use transparent text selection Match libadwaita. Part-of: --- data/theme/gnome-shell-sass/_common.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 28a7a5c1c..673e9ce50 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -172,8 +172,9 @@ stage { %entry_common { border-radius: $base_border_radius; padding: $base_padding * 1.5 $base_padding * 1.5; - selection-background-color: $selected_bg_color; - selected-color: $selected_fg_color; + + selection-background-color: transparentize($selected_bg_color, 0.7); + selected-color: $fg_color; } %entry {