diff --git a/.config/yazi/theme.toml b/.config/yazi/theme.toml index 9b66c2f6..f9408ae9 100644 --- a/.config/yazi/theme.toml +++ b/.config/yazi/theme.toml @@ -1,4 +1,14 @@ -"$schema" = "https://yazi-rs.github.io/schemas/theme.json" +[icon] +prepend_dirs = [ + { name = "desktop", text = "" }, + { name = "dev", text = "" }, + { name = "documents", text = "" }, + { name = "downloads", text = "" }, + { name = "music", text = "" }, + { name = "games", text = "󰊴" }, + { name = "pictures", text = "" }, + { name = "videos", text = "" }, +] [flavor] use = "catppuccin-macchiato"