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

bug: bufferline not transparent when transparency enabled nvim 11 #676

Open
4 tasks done
ethanh20009 opened this issue Jan 26, 2025 · 0 comments · May be fixed by #677
Open
4 tasks done

bug: bufferline not transparent when transparency enabled nvim 11 #676

ethanh20009 opened this issue Jan 26, 2025 · 0 comments · May be fixed by #677
Labels
bug Something isn't working

Comments

@ethanh20009
Copy link

Did you check docs and existing issues?

  • I have read all the tokyonight.nvim docs
  • I have updated the plugin to the latest version before submitting this issue
  • I have searched the existing issues of tokyonight.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

NVIM v0.11.0-dev-1638+gb8e947ed4e

Operating system/version

Arch Linux 6.12.10

Describe the bug

Image

Steps To Reproduce

Using Lazyvim with default bufferline config:

  {
    "folke/tokyonight.nvim",
    version = false,
    priority = 1000,
    opts = {
      transparent = true,
      styles = {
        sidebars = "transparent",
        floats = "transparent",
      },
    },
  },
  {
    "LazyVim/LazyVim",
    opts = {
      colorscheme = "tokyonight",
    },
  },

Expected Behavior

The bufferline appears as it did on nvim 10, transparent background.

Repro

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

require("lazy.minit").repro({
  spec = {
    -- add any other plugins here
  },
})
@ethanh20009 ethanh20009 added the bug Something isn't working label Jan 26, 2025
@ethanh20009 ethanh20009 linked a pull request Jan 26, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant