We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A question from a rookie.
I have installed gruvbox theme, then enabled it with colorscheme gruvbox and the scheme switched on just fine.
colorscheme gruvbox
However, after I restart Vim, it looks like this:
The text was updated successfully, but these errors were encountered:
I think I got it - it was the scheme's light mode. Adding this line solved the problem:
set bg=dark " Setting dark mode
Sorry, something went wrong.
I have same issue. But I don't know why I should set set bg=dark. Because according to this wiki, this settings is unnecessary. Bug maybe?
set bg=dark
The default value of background varies depending on the system and environment settings; see help 'background' in vim.
background
help 'background'
No branches or pull requests
A question from a rookie.
I have installed gruvbox theme, then enabled it with
colorscheme gruvbox
and the scheme switched on just fine.However, after I restart Vim, it looks like this:
The text was updated successfully, but these errors were encountered: