mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
f57ea70784
commit
91be9c1d68
1 changed files with 3 additions and 3 deletions
|
|
@ -170,10 +170,10 @@ icon_error = ""
|
||||||
|
|
||||||
rules = [
|
rules = [
|
||||||
# Images
|
# Images
|
||||||
{ mime = "image/*", fg = "cyan" },
|
{ mime = "image/*", fg = "yellow" },
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
{ mime = "{audio,video}/*", fg = "yellow" },
|
{ mime = "{audio,video}/*", fg = "yellow", bold = true },
|
||||||
|
|
||||||
# Archives
|
# Archives
|
||||||
{ mime = "application/*zip", fg = "magenta" },
|
{ mime = "application/*zip", fg = "magenta" },
|
||||||
|
|
@ -186,7 +186,7 @@ rules = [
|
||||||
{ mime = "inode/x-empty", fg = "red" },
|
{ mime = "inode/x-empty", fg = "red" },
|
||||||
|
|
||||||
# Is-rules
|
# Is-rules
|
||||||
{ name = "*" , is = "orphan", fg = "red" },
|
{ name = "*" , is = "orphan", fg = "cyan", crossed = true },
|
||||||
{ name = "*" , is = "link" , fg = "cyan" },
|
{ name = "*" , is = "link" , fg = "cyan" },
|
||||||
{ name = "*/", is = "link" , fg = "cyan" },
|
{ name = "*/", is = "link" , fg = "cyan" },
|
||||||
{ name = "*" , is = "exec" , fg = "green" },
|
{ name = "*" , is = "exec" , fg = "green" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue