Yazi : Disable borders.

This commit is contained in:
Dmitry Voronin 2024-10-04 15:14:47 +03:00
parent 515a5bcde5
commit 45242aa254
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -8,6 +8,8 @@
in {
file = (pkgs.formats.toml {}).generate "YaziThemeConfig" {
manager = {
border_style = border;
border_symbol = " ";
cwd = {
fg = "#${config.style.color.fg.light}";
# bg = "#${style.color.bg.regular}";
@ -20,7 +22,6 @@ in {
fg = "#${config.style.color.fg.light}";
bg = "#${config.style.color.bg.regular}";
};
border_style = border;
tab_active = {
bg = "#${config.style.color.accent}";
};