From 9ce989abe164d3e7d1fc2d43fd52b92635cbc7df Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 12 Jan 2026 02:36:57 +0100 Subject: [PATCH] helix color adjustments --- home-modules/helix.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/home-modules/helix.nix b/home-modules/helix.nix index e8b5152..43213d3 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -212,7 +212,8 @@ } { name = "typst"; - language-servers = [ "language-tool" "tinymist" ]; + language-servers = [ "tinymist" ]; + # language-servers = [ "language-tool" "tinymist" ]; } { name = "markdown"; @@ -298,7 +299,7 @@ base16 = with rice.color; { "attributes" = foreground; "comment" = { - fg = black.bright; + fg = subtle.base; modifiers = [ "italic" ]; }; "constant" = accent.bright; @@ -404,10 +405,10 @@ bg = black.base; }; "ui.selection" = { - bg = white.dark; + bg = accent.dark; }; "ui.selection.primary" = { - bg = black.bright; + bg = accent.dark; }; "ui.statusline" = { fg = accent.bright;