From d3fcc67d068e982a61425b6b7cee73e9179a3231 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 6 Jul 2026 12:12:52 -0700 Subject: [PATCH] wofi changes --- wayland/config/wofi/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wayland/config/wofi/style.css b/wayland/config/wofi/style.css index 62c901b..82e798f 100644 --- a/wayland/config/wofi/style.css +++ b/wayland/config/wofi/style.css @@ -51,6 +51,7 @@ window { } #text:selected { + font-weight: bold; color: @primary; } @@ -65,7 +66,7 @@ window { } #entry:selected { - background-color: alpha(@surface_container_high, 0.5); + background-color: alpha(mix(@surface_container_high, @primary, 0.2), 0.5); outline: none; }