fcancelinha/nordern.nvim

Issue with transparent

Closed this issue · 2 comments

With transaparent = true

-- my config in lazyvim
return {
  {
    "fcancelinha/nordern.nvim",
    priority = 1000,
    lazy = false,
    opts = {
      transparent = true,
    },
  },
  {
    "LazyVim/LazyVim",
    opts = {
      colorscheme = "nordern",
    },
  },
}

When focusing on a pane, other panes will be dimmed.

image

Hey! I'm currently investigating the issue, I'll patch the colorscheme once it's resolved.

@dangtran47 You can update to the latest version, the issued should be fixed, please let me know if there are other issues that you found that need fixing.