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

Suggestion for fixing transparency. #220

Open
lucasmalara opened this issue Jan 7, 2025 · 0 comments
Open

Suggestion for fixing transparency. #220

lucasmalara opened this issue Jan 7, 2025 · 0 comments

Comments

@lucasmalara
Copy link

I have a reflection on how transparent option is implemented as of now.
I suggest to override NeoTreeDimText.bg to "NONE" as well, when overriding transparent to true.
To reduce this:

require("vscode").setup({
    -- other options...
    transparent = true,
    group_overrides = {
        NeoTreeDimText = { bg = "NONE" },
    },
})

To that:

require("vscode").setup({
    -- other options...
    transparent = true,
})

Without overriding NeoTreeDimText, there's a background behind directories markers with neo-tree.nvim which seems off:
Screenshot 2025-01-07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant