summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-06-02 13:37:04 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-06-02 13:37:04 -0600
commitdaf4ef6df4c3663acc5a3b9472692582c529a6d6 (patch)
tree4dc4b33c273629786bd02f0d1be2d4e7d5ce5d75 /modules
parentfb5f09e8ef022c744d7b2a767237052aa0f7120a (diff)
transparent theme
Diffstat (limited to 'modules')
-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;