projekt0n / github-nvim-theme

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

nvim-tree still dark also after setting dark_sidebar to false #224

Closed steakhutzeee closed 1 year ago

steakhutzeee commented 1 year ago

Hello,

actually the "dark_sidebar" setting is not working for me. If i set it to false it is still dark and nvim-tree icons are all dark,

Disabling this theme i can see the sidebar is properly colored.

Using:

require('github-theme').setup({
  theme_style = "dark_default",
  --sidebars = {"qf", "vista_kind", "terminal", "packer"},
  dark_sidebar = false,
})
steakhutzeee commented 1 year ago

Your last commit resolved the issue.

Thank you!