-
-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make the filename color like icon's color. #284
Comments
if this is done in a clean way i wouldn't be against it, although i think it's a little overkill and would probably conflict with other thing like git highlighting and lsp diagnostics. Also the renderer.lua is getting quite big and this feature would add another good amount of code in it, maybe splitting it beforehand would make it easier. |
#1131 adds colour for icons when not using nvim-web-devicons. |
Implemented! |
are you sure this feature request is not about changing the |
My mistake. Apologies @singlexyz |
This is a nice Quality Of Life improvement. |
Would that not potentially interfere with git highlighting? |
Good point. We'd need to define and document a priority like diagnostic signs > git signs. |
@alex-courtis I believe priority will be implemented by yours #2455, won't it? Will your PR bring us closer to closing this issue? Is it even what we want at all (having external source (web-devicons) dictate colour of filename)? |
It will allow the user to always specify a highlight group for the icon and filename. Unfortunately it doesn't cover this functionality.
|
Yet another |
This functionality will be added via #2948 The proof of concept was successfully consumed by users. It's being built and will allow you to set the file/folder icons and the name highlights. I'll close this one as it's fully covered there. |
e.g. Make
index.html
filename part same to icon(orange).The text was updated successfully, but these errors were encountered: