From 438f7418a217a3909f2da47924b7d7b8c21f06b4 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 2 Jun 2025 11:18:25 +0200 Subject: [PATCH] add size for linemode and update theme to default --- yazi/.config/yazi/theme.toml | 12 +++++++----- yazi/.config/yazi/yazi.toml | 2 ++ 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 yazi/.config/yazi/yazi.toml 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"