diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-02 13:37:04 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-02 13:37:04 -0600 |
| commit | daf4ef6df4c3663acc5a3b9472692582c529a6d6 (patch) | |
| tree | 4dc4b33c273629786bd02f0d1be2d4e7d5ce5d75 | |
| parent | fb5f09e8ef022c744d7b2a767237052aa0f7120a (diff) | |
transparent theme
| -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; |
