Yazi : Disable borders.
This commit is contained in:
parent
515a5bcde5
commit
45242aa254
|
@ -8,6 +8,8 @@
|
||||||
in {
|
in {
|
||||||
file = (pkgs.formats.toml {}).generate "YaziThemeConfig" {
|
file = (pkgs.formats.toml {}).generate "YaziThemeConfig" {
|
||||||
manager = {
|
manager = {
|
||||||
|
border_style = border;
|
||||||
|
border_symbol = " ";
|
||||||
cwd = {
|
cwd = {
|
||||||
fg = "#${config.style.color.fg.light}";
|
fg = "#${config.style.color.fg.light}";
|
||||||
# bg = "#${style.color.bg.regular}";
|
# bg = "#${style.color.bg.regular}";
|
||||||
|
@ -20,7 +22,6 @@ in {
|
||||||
fg = "#${config.style.color.fg.light}";
|
fg = "#${config.style.color.fg.light}";
|
||||||
bg = "#${config.style.color.bg.regular}";
|
bg = "#${config.style.color.bg.regular}";
|
||||||
};
|
};
|
||||||
border_style = border;
|
|
||||||
tab_active = {
|
tab_active = {
|
||||||
bg = "#${config.style.color.accent}";
|
bg = "#${config.style.color.accent}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue