Skip to content
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

Neo-Tree and Telescope in transparent mode #3

Open
Samthesurf opened this issue Dec 26, 2023 · 5 comments
Open

Neo-Tree and Telescope in transparent mode #3

Samthesurf opened this issue Dec 26, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@Samthesurf
Copy link

When I make monet transparent, and I try to do actions in Neo-Tree like file creation/deletion, the colours suddenly become very difficult to read and it makes transparent not so fun. For Telescope, it removes the line shading that shows where you are in the list. I don't know how to fix those issues, a guide would be appreciated.

@fynnfluegge
Copy link
Owner

Hi, thank you, good point. I didn't notice the missing highlighted line in telescope 😄
The header in the Neo-tree dialogs are a known issue, it is tricky to solve. I mark this as a bug for now and will at least fix the telescope issue. Neo-tree bug needs some further investigation.

@fynnfluegge fynnfluegge added the bug Something isn't working label Dec 27, 2023
@fynnfluegge
Copy link
Owner

@Samthesurf Improved the Telescope list highlighting here ad6b83e

Regarding the Neo-tree popup headers, I think this an inconvenient highlighting group mapping in Neo-tree. The header caption uses bg of NeoTreeNormal group.

If I set this to a darkgrey color it looks like this which is fine:
Screenshot 2023-12-29 at 11 56 07

But if the popup is closed it looks like this which not nice:
Screenshot 2023-12-29 at 11 56 15

Seems that the header caption needs it's own highlighting group. This must be "fixed" in the Neo-tree repo first.

@Samthesurf
Copy link
Author

Thank you very much for fixing the Telescope issue, Very much appreciated.

@Samthesurf
Copy link
Author

Question, is it possible to make the pop-up for the file creation, not transparent like every other part?

@fynnfluegge
Copy link
Owner

@Samthesurf I think currently this is a Neo-tree limitation. I found this similar issue nvim-neo-tree/neo-tree.nvim#753

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants