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

Darker bg_dark for night style #98

Closed
jmederosalvarado opened this issue Sep 7, 2021 · 1 comment · Fixed by #107
Closed

Darker bg_dark for night style #98

jmederosalvarado opened this issue Sep 7, 2021 · 1 comment · Fixed by #107

Comments

@jmederosalvarado
Copy link
Contributor

Hi. First of all thank you for this theme and all the other plugins you maintain, they are all great.

I have been using this theme for a few days now and I have noticed that with the night version the background of the NvimTree is lighter than the background of the editor, maybe this is by design. I'm opening this issue, because it was the first thing that I noticed when switching to this theme, and because in the vscode version of the theme this is not the way it looks.

I've been looking at the code and I've noticed that bg_dark in the palette is not changed when using the night version. Is this the way it's supposed to be ?.

This is how it looks for me:
image

This is how it looks for the vscode version, according to the readme on their repo:
image

@ourigen
Copy link

ourigen commented Sep 15, 2021

I would also like a darker NvimTree for the night style. A temporary fix is you can override the color by

vim.g.tokyonight_colors = {
	bg_sidebar = '<color group>',
}

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

Successfully merging a pull request may close this issue.

2 participants