From daf4ef6df4c3663acc5a3b9472692582c529a6d6 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 2 Jun 2024 13:37:04 -0600 Subject: transparent theme --- modules/home-manager/helix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/home-manager') diff --git a/modules/home-manager/helix.nix b/modules/home-manager/helix.nix index 1eaebfb..cbcd6c0 100644 --- a/modules/home-manager/helix.nix +++ b/modules/home-manager/helix.nix @@ -13,7 +13,8 @@ # }; # }; settings = { - theme = "catppuccin_mocha"; + # theme = "catppuccin_mocha"; + theme = "base16_transparent"; editor = { line-number = "relative"; cursorline = true; -- cgit v1.2.3