Skip to content

How to get transparent background on LazyVim distro #14

@j0of

Description

@j0of

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",
    },
  },
}

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