✨ feat(yazi): icons for xdg folders in undercase
This commit is contained in:
parent
7517a5e50c
commit
ee995e80a3
1 changed files with 11 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue