From 8f21c363759464a271fb4e8d8a5475b344b0fd10 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Thu, 15 Feb 2024 22:42:00 +0800 Subject: [PATCH] Change the comment to be more general --- yazi-config/preset/theme.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-config/preset/theme.toml b/yazi-config/preset/theme.toml index 3673f83a..18f26818 100644 --- a/yazi-config/preset/theme.toml +++ b/yazi-config/preset/theme.toml @@ -28,7 +28,7 @@ tab_active = { fg = "black", bg = "lightblue" } tab_inactive = { fg = "white", bg = "darkgray" } tab_width = 1 -# Selected counter +# Count count_copied = { fg = "black", bg = "lightgreen" } count_cut = { fg = "black", bg = "lightred" } count_selected = { fg = "black", bg = "lightblue" }