Skip to content

Suggestion for fixing transparency. #220

@lucasmalara

Description

@lucasmalara

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions