From c848d3e93fc2ab06dc96ef4dc83850af59418d29 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 12 May 2026 12:46:47 +0200 Subject: [PATCH] yazi config error fixed --- yazi/theme.toml | 4 ++-- yazi/yazi.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/yazi/theme.toml b/yazi/theme.toml index 8155bba..08d925f 100644 --- a/yazi/theme.toml +++ b/yazi/theme.toml @@ -35,8 +35,8 @@ progress_error = { fg = "#E40046", bg = "#5018dd"} [filetype] rules = [ # Fallback - { name = "*/", fg = "#5018dd" }, - { name = "*", fg = "#5018dd" } + { url = "*/", fg = "#5018dd" }, + { url = "*", fg = "#5018dd" } ] [input] border = { fg = "#5018dd"} diff --git a/yazi/yazi.toml b/yazi/yazi.toml index 4c0eacd..d38e4e0 100644 --- a/yazi/yazi.toml +++ b/yazi/yazi.toml @@ -13,8 +13,8 @@ inkscape = [ ] [open] prepend_rules = [ - { name = "*.svg", use = "inkscape" }, - { name = "*/", use = "kitty" }, + { url = "*.svg", use = "inkscape" }, + { url = "*/", use = "kitty" }, ]