You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The colorscheme looks great, except I have some strange problem where some parts of the code (certain keywords and strings) have a light highlighting. See the attached screenshot, a snippet of some python code.
The problem occurs when opening the file in terminal vim (i.e., $ vi <filename>) using my default settings, then entering :colorscheme badwolf. My default colorscheme right now is this one. So I guess the problem stems from having launched using the default then switching to badwolf?
Can you offer any assistance? Thanks!
The text was updated successfully, but these errors were encountered:
If I edit my .vimrc to where it only says colorscheme badwolf, this is what I get in my terminal.
And if I add to .vimrc set background=dark I get:
Finally, I'll add that the colors are all fine if I open in GVIM. However it would be great to get this sorted out in terminal vim. It seems the first screenshot I added most closely resembles the correct scheme but for the odd highlighting.
Hi,
The colorscheme looks great, except I have some strange problem where some parts of the code (certain keywords and strings) have a light highlighting. See the attached screenshot, a snippet of some python code.
The problem occurs when opening the file in terminal vim (i.e.,
$ vi <filename>
) using my default settings, then entering:colorscheme badwolf
. My default colorscheme right now is this one. So I guess the problem stems from having launched using the default then switching to badwolf?Can you offer any assistance? Thanks!
The text was updated successfully, but these errors were encountered: