Change the comment to be more general

This commit is contained in:
sxyazi 2024-02-15 22:42:00 +08:00
parent b59e4e5a02
commit 8f21c36375
No known key found for this signature in database

View file

@ -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" }