From 7655e7b3bdeeb8ba8b0f619ad19e619f7dd72516 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 21 Oct 2025 15:23:12 +0200 Subject: [PATCH] helix hints --- home-modules/helix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-modules/helix.nix b/home-modules/helix.nix index a7fbd30..6b96360 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -436,8 +436,8 @@ fg = black.bright; }; "ui.virtual.inlay-hint" = { - fg = background; - bg = tertiary.dark; + fg = subtle.base; + bg = subtle.dark; }; "ui.virtual.ruler" = { bg = background;