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

sidebar not darkened when using neo-tree #306

Open
sdemura opened this issue Nov 16, 2023 · 2 comments
Open

sidebar not darkened when using neo-tree #306

sdemura opened this issue Nov 16, 2023 · 2 comments

Comments

@sdemura
Copy link

sdemura commented Nov 16, 2023

Using neovim 0.9.4, I can't seem to get the 'darkened sidebar' to work.

image image

I've even tried explicitly setting the sidebars list with

  {
    "projekt0n/github-nvim-theme",
    priority = 1000,
    lazy = false,
    config = function()
      require("github-theme").setup({
        options = {
          darken = {
            sidebars = {
              enable = true,
              list = { "neo-tree" },
            },
          },
        },
      })
    end,
  },

but no dice.

@NikoKS
Copy link

NikoKS commented Dec 5, 2023

Facing the same issue. Currently, I need to manually change the highlight group NeoTreeNormal

@devadathanmb
Copy link

I have the same issue with NvimTree as well

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

3 participants