projekt0n / github-nvim-theme

GitHub's Neovim themes
MIT License
2.11k stars 106 forks source link

sidebar is not darkened when configured to do so (affects neo-tree, etc.) #306

Closed sdemura closed 2 months ago

sdemura commented 10 months ago

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 commented 10 months ago

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

devadathanmb commented 9 months ago

I have the same issue with NvimTree as well

tmillr commented 2 months ago

Sorry for the delay. This should be fixed now. Please leave a comment here or open a new issue if you are still experiencing problems after updating your plugin.