From aea641cd9cb7ef34eb2305b323d45831af4d0eae Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sat, 4 Jan 2025 13:52:34 +0100 Subject: [PATCH] no helix bg --- 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 6f9ca76..70ee40f 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -235,7 +235,7 @@ }; "ui.background" = { # general background of the editor window - "bg" = background; + # "bg" = background; }; "ui.bufferline" = { # the top line ("tab"-line) "fg" = accent.base;