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; }