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

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

Closed
steakhutzeee opened this issue Jan 5, 2023 · 1 comment
Closed

Comments

@steakhutzeee
Copy link

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,
})
ful1e5 added a commit that referenced this issue Jan 5, 2023
This reverts commit dc7c6dc, which may
have caused plugin highlight related issues, as mentioned in #223 and #224.
I've identified that reverting this commit resolves these issues.
@steakhutzeee
Copy link
Author

Your last commit resolved the issue.

Thank you!

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

1 participant