From bc1f3da5605a4fa74ecd9c7ef233738c348e7307 Mon Sep 17 00:00:00 2001 From: lainsce Date: Wed, 7 Feb 2024 12:55:41 -0300 Subject: [PATCH] Bumping up GTK4 selection opacity --- Helium/gtk-4.0/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Helium/gtk-4.0/_common.scss b/Helium/gtk-4.0/_common.scss index ff25ab3..c4f6ab5 100644 --- a/Helium/gtk-4.0/_common.scss +++ b/Helium/gtk-4.0/_common.scss @@ -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); } }