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" }, ]