diff options
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/helix.nix | 3 |
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; |
