From 88e73a3ea844a308413e94e22059b838ab1fb2ac Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Wed, 28 May 2025 14:49:20 +0000 Subject: [PATCH] helix colors for windows terminal --- home-modules/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/helix.nix b/home-modules/helix.nix index e1e6b7f..869043e 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -51,7 +51,7 @@ preview-completion-insert = true; completion-trigger-len = 1; auto-info = true; - true-color = false; # is detected automatically if set to false + true-color = true; # is detected automatically if set to false undercurl = false; # is detected automatically if set to false rulers = []; bufferline = "always";