diff --git a/yazi/.config/yazi/theme.toml b/yazi/.config/yazi/theme.toml index cda104f..36dc50f 100644 --- a/yazi/.config/yazi/theme.toml +++ b/yazi/.config/yazi/theme.toml @@ -44,12 +44,14 @@ rules = [ # Documents { 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 = "*/", fg = "blue", bold = true } ] diff --git a/yazi/.config/yazi/yazi.toml b/yazi/.config/yazi/yazi.toml new file mode 100644 index 0000000..aeca06b --- /dev/null +++ b/yazi/.config/yazi/yazi.toml @@ -0,0 +1,2 @@ +[mgr] +linemode = "size"