diff --git a/profiles/yazi.nix b/profiles/yazi.nix index 7d1f843..044213c 100644 --- a/profiles/yazi.nix +++ b/profiles/yazi.nix @@ -10,5 +10,33 @@ sort_dir_first = true; }; }; + theme = { + tabs = { + sep_inner = { + open = ""; + close = ""; + }; + sep_outer = { + open = ""; + close = ""; + }; + }; + indicator = { + padding = { + open = ""; + close = ""; + }; + }; + status = { + sep_left = { + open = ""; + close = ""; + }; + sep_right = { + open = ""; + close = ""; + }; + }; + }; }; }