nvim-tree.lua icon indicating copy to clipboard operation
nvim-tree.lua copied to clipboard

feature request: ability to customize colors for files marked for cut/copy

Open kriansa opened this issue 2 years ago • 5 comments

It would be good to have the possibility to customize visually the files that have been marked for copy or cut, so we can easily toggle between unwanted marked files. Is that something that interests you?

kriansa avatar Mar 16 '22 06:03 kriansa

would be feasible yes. But the renderer is a bit messy so adding features to it is not a good idea, but if you still wish to implement this, go for it :)

kyazdani42 avatar Mar 18 '22 10:03 kyazdani42

hi, is it possible to change the colors of folders? is yes, which lines should I be looking at? thanks a lot for this awesome plugin

cainnz avatar Jul 13 '22 19:07 cainnz

hi @cainnz wdym by changing the colors of folders ? Do you mean changing it related to this feature request ?

kyazdani42 avatar Jul 14 '22 07:07 kyazdani42

hi @cainnz wdym by changing the colors of folders ? Do you mean changing it related to this feature request ?

Hi, yes, but I read in a Reddit post that the folder colors are defined by the theme that is being use. I use alacrity terminal.

cainnz avatar Jul 16 '22 20:07 cainnz

Hi, yes, but I read in a Reddit post that the folder colors are defined by the theme that is being use. I use alacrity terminal.

Please link your sources. We cannot confirm or deny or provide useful feeedback on vague hearsay.

Not sure what you mean by "theme", however the nvim-tree colours are defined by its highlight groups. See :help nvim-tree-highlight. NvimTreeFolderName controls folder colours.

There is currently no group for files marked for cut/copy like NvimTreeCut. That is what this feature is requesting.

alex-courtis avatar Jul 17 '22 01:07 alex-courtis