use square separators for yazi theme

This commit is contained in:
2026-03-01 15:36:25 +00:00
parent fe39468ba1
commit 8ed58c39d3

View File

@@ -10,5 +10,33 @@
sort_dir_first = true; 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 = "";
};
};
};
}; };
} }