summaryrefslogtreecommitdiff
path: root/modules/home-manager/helix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager/helix.nix')
-rw-r--r--modules/home-manager/helix.nix3
1 files changed, 2 insertions, 1 deletions
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;