From 38811e26cf3705eee9a2ed8d1ee537f6d0322dff Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Sun, 30 Jul 2023 17:41:23 +0900
Subject: feat(home/base): helix: add transparent bg

---
 home/profiles/base/default.nix | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'home')

diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index f042f8e..8907e71 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -104,6 +104,8 @@ in
           rasmus-ext = {
             inherits = "rasmus";
 
+            # Transparent background
+            # "ui.background" = {};
             # Bar cursor
             "ui.virtual" = { fg = "white"; };
             # lightened ui.cursor.{normal,insert,select}
-- 
cgit 1.4.1