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

How to get transparent background on LazyVim distro #14

Open
j0of opened this issue Nov 30, 2023 · 1 comment
Open

How to get transparent background on LazyVim distro #14

j0of opened this issue Nov 30, 2023 · 1 comment

Comments

@j0of
Copy link

j0of commented Nov 30, 2023

Hi there,
I am currently using the LazyVim distro and currently trying to enable a transparent background on the theme, but I'm a bit lost at the moment. Would you be able to help me out?

This is what I've tried so far:

return {
  {
    "neanias/everforest-nvim",
    config = function()
      require("everforest").setup({
        transparent = true,
      })
    end,
  },
  {
    "LazyVim/LazyVim",
    opts = {
      colorscheme = "everforest",
    },
  },
}
@neanias
Copy link
Owner

neanias commented Nov 30, 2023

Hi there! The transparency configuration option is transparent_background_level which can be any of 0, 1, 2. You'll need to replace transparent = true with transparent_background_level = 2 and if that's too much, try with 1.

There's more info in the toggled section under the configuration heading in the README

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

2 participants