nvim-neo-tree / neo-tree.nvim

Neovim plugin to manage the file system and other tree like structures.
MIT License
3.67k stars 216 forks source link

FEATURE: Prevent hidden files from being dimmed (darker color) #1493

Open eric-freewill opened 3 months ago

eric-freewill commented 3 months ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

I've looked through the docs and code and I'm not seeing a way to disable hidden files from being dimmed or darker text. I work on hidden files often (github action workflows) and I can barely see the filenames and have tried a few different color schemes.

Describe the solution you'd like.

This may possible already and I just missed it. It would be nice to turn off dimming of hidden files and have the highlight color be same as all other files.

Describe alternatives you've considered.

No response

Additional Context

No response

switch-blade-stuff commented 3 months ago

I agree, having the ability to customize colors would be nice.

For now though you could either use highlight! NeoTreeDotfile OtherHighlightGroup or edit the highlights.lua file directly if I am not mistaken.

ctrlplusb commented 2 months ago

it'd also be rad to be able to set the highlight for hidden folder vs hidden file