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
:verbose set background?
background=light Last set from ~/.config/nvim/plugged/vim-monokai/colors/monokai.vim
Previously the background was set to dark, which I think looks much better. Doing
background
dark
colorscheme monokai set background=dark
causes very weird coloration after reopening Neovim.
Someone on Gitter mentioned it having something to do with the Normal setting, but I'm clueless on how that works.
EDIT: It seems that https://github.com/viniciusban/vim-monokai/commit/ccf64ba420813f49ead45ef47c0ac6ccdf2a6187 fixes this issue for me, specifically this line https://github.com/viniciusban/vim-monokai/commit/ccf64ba420813f49ead45ef47c0ac6ccdf2a6187#diff-1086d27abfd7189ca65d49e9b001ceffR31
Vim: Neovim v0.2.2 Term: Konsole v18.04.2 Monokai 859f4ce installed with Plug Config:
call plug#begin() Plug 'sickill/vim-monokai' call plug#end() set termguicolors syntax enable colorscheme monokai
The text was updated successfully, but these errors were encountered:
Fixes background being light
a64b450
Fixes ku1ik#36
I couldn't replicate the issue using Neovim 0.6. Does the problem still appear while using this colorscheme?
Sorry, something went wrong.
Not sure. I don't use this theme or even the same terminal anymore.
No branches or pull requests
:verbose set background?
Previously the
background
was set todark
, which I think looks much better. Doingcauses very weird coloration after reopening Neovim.
Someone on Gitter mentioned it having something to do with the Normal setting, but I'm clueless on how that works.
EDIT: It seems that https://github.com/viniciusban/vim-monokai/commit/ccf64ba420813f49ead45ef47c0ac6ccdf2a6187 fixes this issue for me, specifically this line https://github.com/viniciusban/vim-monokai/commit/ccf64ba420813f49ead45ef47c0ac6ccdf2a6187#diff-1086d27abfd7189ca65d49e9b001ceffR31
Vim: Neovim v0.2.2
Term: Konsole v18.04.2
Monokai 859f4ce installed with Plug
Config:
The text was updated successfully, but these errors were encountered: