Replies: 2 comments 1 reply
-
Use theme.toml file, and insert the following line after [filetype] rules section: { name = "*/", is = "link", fg = "yellow" }, Or use color code instead of yellow. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yeah the doc is here https://yazi-rs.github.io/docs/configuration/theme/#filetype |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you apply this tip: https://yazi-rs.github.io/docs/tips#show-symlink-in-status-bar
You can't distinguish symlink directories from normal directories and you should always look at the bottom to see the difference. one of the cool features of
lf
was that by default it shows symlinks directories with different colors. maybe we can have this feature via an option? (also we can have another option to show symlinks as italics or normal)Beta Was this translation helpful? Give feedback.
All reactions