From f9ea18fd81aa7fdc662793c753854886b528d485 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Wed, 21 Jan 2026 19:12:11 +0100 Subject: [PATCH] nicer helix --- home-modules/helix.nix | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/home-modules/helix.nix b/home-modules/helix.nix index 43213d3..6286bec 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -356,7 +356,7 @@ }; "ui.bufferline" = { # the top line ("tab"-line) fg = accent.base; - bg = black.base; + bg = accent.darker; }; "ui.bufferline.active" = { # the active "tab" fg = background; @@ -368,22 +368,22 @@ modifiers = [ "reversed" ]; }; "ui.cursorline.primary" = { # the line on which the cursor is on - bg = black.base; + bg = secondary.darker; }; "ui.cursor.match" = { # Matching bracket etc. - bg = green.dark; + bg = special.dark; modifiers = [ ]; }; "ui.gutter" = { - bg = black.base; + bg = accent.darker; }; "ui.help" = { - fg = green.base; - bg = black.base; + fg = accent.base; + bg = accent.darker; }; "ui.linenr" = { - fg = white.dark; - bg = black.base; + fg = accent.bright; + bg = accent.darker; }; "ui.linenr.selected" = { fg = accent.bright; @@ -391,18 +391,18 @@ }; "ui.menu" = { fg = accent.base; - bg = black.base; + bg = accent.darker; }; "ui.menu.scroll" = { - fg = yellow.dark; + fg = subtle.base; bg = background; }; "ui.menu.selected" = { - fg = red.base; - bg = blue.dark; + fg = secondary.base; + bg = secondary.dark; }; "ui.popup" = { - bg = black.base; + bg = accent.darker; }; "ui.selection" = { bg = accent.dark; @@ -412,11 +412,11 @@ }; "ui.statusline" = { fg = accent.bright; - bg = black.base; + bg = accent.darker; }; "ui.statusline.inactive" = { - fg = red.bright; - bg = red.dark; + fg = secondary.bright; + bg = secondary.dark; }; "ui.statusline.insert" = { fg = green.bright; @@ -433,7 +433,7 @@ "ui.text" = foreground; "ui.text.focus" = accent.base; "ui.virtual.indent-guide" = { - fg = black.bright; + fg = subtle.dark; }; "ui.virtual.inlay-hint" = { fg = subtle.base; @@ -449,7 +449,7 @@ }; }; "ui.window" = { - bg = black.base; + bg = accent.darker; }; }; };