From 76c65d08c1ae9ffe8b0fb16445933016d46f4585 Mon Sep 17 00:00:00 2001 From: Jon Erling Hustadnes Date: Mon, 22 Dec 2025 00:46:02 +0100 Subject: [PATCH] qt: improve highlight and text contrast (#2097) Closes: https://github.com/nix-community/stylix/issues/2079 Link: https://github.com/nix-community/stylix/pull/2097 Reviewed-by: NAHO (cherry picked from commit c53b4a548a75895c69811a719bb4ed750ea41a17) --- modules/qt/kvconfig.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/qt/kvconfig.mustache b/modules/qt/kvconfig.mustache index 9388d11b..a5575c43 100644 --- a/modules/qt/kvconfig.mustache +++ b/modules/qt/kvconfig.mustache @@ -80,7 +80,7 @@ light.color=#{{base03-hex}} mid.light.color=#{{base03-hex}} dark.color=#{{base00-hex}} mid.color=#{{base00-hex}} -highlight.color=#{{base03-hex}} +highlight.color=#{{base0E-hex}} inactive.highlight.color=#{{base03-hex}} tooltip.base.color=#{{base00-hex}} text.color=#{{base05-hex}} @@ -88,7 +88,7 @@ window.text.color=#{{base05-hex}} button.text.color=#{{base05-hex}} disabled.text.color=#{{base04-hex}} tooltip.text.color=#{{base05-hex}} -highlight.text.color=#{{base05-hex}} +highlight.text.color=#{{base00-hex}} link.color=#{{base0D-hex}} link.visited.color=#{{base0E-hex}}