commit a279c9b599ac67940d0ce4b0e4f1afa41248cc5c
parent 0b43fe221fcf706bdcd316812303f36e5adc6dd1
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 23 Apr 2025 11:27:01 +0200
parent 0b43fe221fcf706bdcd316812303f36e5adc6dd1
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 23 Apr 2025 11:27:01 +0200
configurations/homeManager/programs/helix: change theme to `base16_default`
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configurations/homeManager/programs/helix.nix b/configurations/homeManager/programs/helix.nix @@ -14,7 +14,7 @@ editor.bufferline = "always"; keys.insert."C-t" = "indent"; keys.insert."C-d" = "unindent"; - theme = "base16_transparent"; + theme = "base16_default"; }; languages = { language-server.scls.command = lib.getExe pkgs.unstable.simple-completion-language-server;