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

Transparency doesn't apply for tokyonight.nvim theme #4

Closed
ashtrath opened this issue Nov 17, 2021 · 2 comments
Closed

Transparency doesn't apply for tokyonight.nvim theme #4

ashtrath opened this issue Nov 17, 2021 · 2 comments

Comments

@ashtrath
Copy link

ashtrath commented Nov 17, 2021

Transparency doesn't apply with tokyonight.nvim theme when NvimTree opened.

transparent.bug.mp4

as you can see here.

@ashtrath
Copy link
Author

ashtrath commented Nov 17, 2021

my nvim-transparent config

local transparent = require 'transparent'

transparent.setup({
  enable = true,
  extra_groups = {
    "StatusLineNC",
    "StatusLine",
    "NvimTreeStatusLine"
  },
  exclude = {
    "BufferLineTabClose",
    "BufferlineBufferSelected",
    "BufferLineFill",
    "BufferLineBackground",
    "BufferLineSeparator",
    "BufferLineIndicatorSelected"
  },
})

also exclude options doesn't seems to work

@ashtrath
Copy link
Author

pft. i found the issue, i didn't read the theme docs, sorry for this 😅

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