add size for linemode and update theme to default
This commit is contained in:
@@ -44,12 +44,14 @@ rules = [
|
|||||||
# Documents
|
# Documents
|
||||||
{ mime = "application/{pdf,doc,rtf}", fg = "cyan" },
|
{ mime = "application/{pdf,doc,rtf}", fg = "cyan" },
|
||||||
|
|
||||||
|
# Special files
|
||||||
|
{ name = "*", is = "orphan", bg = "red" },
|
||||||
|
|
||||||
|
# Dummy files
|
||||||
|
{ name = "*", is = "dummy", bg = "red" },
|
||||||
|
{ name = "*/", is = "dummy", bg = "red" },
|
||||||
|
|
||||||
|
|
||||||
# Custom
|
|
||||||
{ name = "*", is = "dummy", bg = "red", bold = true },
|
|
||||||
{ name = "*/", is = "dummy", bg = "red", bold = true },
|
|
||||||
{ name = "*", is = "orphan", bg = "red", bold = true },
|
|
||||||
{ name = "*", is = "exec" , fg = "green", bold = true },
|
{ name = "*", is = "exec" , fg = "green", bold = true },
|
||||||
|
|
||||||
{ name = "*/", fg = "blue", bold = true }
|
{ name = "*/", fg = "blue", bold = true }
|
||||||
]
|
]
|
||||||
|
|||||||
2
yazi/.config/yazi/yazi.toml
Normal file
2
yazi/.config/yazi/yazi.toml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[mgr]
|
||||||
|
linemode = "size"
|
||||||
Reference in New Issue
Block a user