From 5e7b312b5fcc5beb5b9a36e73f96c438fa74fcc9 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Sun, 9 Jul 2023 18:54:42 +0100 Subject: [PATCH] Improve sliders and folder icons on KDE :lipstick: --- modules/kde/hm.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;