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

Background is getting set to 'light' #36

Open
sum01 opened this issue Jun 8, 2018 · 2 comments
Open

Background is getting set to 'light' #36

sum01 opened this issue Jun 8, 2018 · 2 comments

Comments

@sum01
Copy link

sum01 commented Jun 8, 2018

: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

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
sum01 added a commit to sum01/vim-monokai that referenced this issue Jun 9, 2018
@ingram1107
Copy link
Collaborator

I couldn't replicate the issue using Neovim 0.6. Does the problem still appear while using this colorscheme?

@sum01
Copy link
Author

sum01 commented Feb 4, 2022

Not sure. I don't use this theme or even the same terminal anymore.

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

2 participants