We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 with tokyonight.nvim theme when NvimTree opened.
as you can see here.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
pft. i found the issue, i didn't read the theme docs, sorry for this 😅
No branches or pull requests
Transparency doesn't apply with tokyonight.nvim theme when NvimTree opened.
transparent.bug.mp4
as you can see here.
The text was updated successfully, but these errors were encountered: