-
Beta Was this translation helpful? Give feedback.
Answered by
sxyazi
Feb 8, 2026
Replies: 1 comment 5 replies
-
|
You can overwrite the preset directory icons with [icon]
prepend_conds = [
{ if = "dir", text = "", fg = "blue" },
]If you don't want to set a color for the icon and want it to inherit the parent element's color, remove the [icon]
prepend_conds = [
{ if = "dir", text = "" },
]Doc of |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Yes, you can override the
Entity:iconmethod in yourinit.luato remove all icon styles (files, folders, links, etc.):