diff --git a/modules/kde/hm.nix b/modules/kde/hm.nix index 2f1080d7..be5db9ae 100644 --- a/modules/kde/hm.nix +++ b/modules/kde/hm.nix @@ -83,7 +83,9 @@ let "Colors:Button" = colors; "Colors:Complementary" = colors; - "Colors:Selection" = colors; + "Colors:Selection" = colors // { + BackgroundNormal = "${base01-rgb-r},${base01-rgb-g},${base01-rgb-b}"; + }; "Colors:Tooltip" = colors; "Colors:View" = colors; "Colors:Window" = colors;