Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Weird background #19

Closed
pavelshtanko opened this issue Dec 24, 2020 · 11 comments
Closed

Weird background #19

pavelshtanko opened this issue Dec 24, 2020 · 11 comments

Comments

@pavelshtanko
Copy link

I have these backgrounds for various types of variables or function calls.

image

How can I fix it?

p.s. The theme is amazing!

@ghifarit53
Copy link
Owner

That's odd. Could you post your .vimrc or init.vim so I can reproduce it?

And thanks for the compliment! all credits goes to @ enkia (the original author of the colorscheme)

@pavelshtanko
Copy link
Author

@ghifarit53
Copy link
Owner

ghifarit53 commented Dec 24, 2020

What's the terminal emulator you're currently using and would you mind trying other terminal to see if the problem persist?

@pavelshtanko
Copy link
Author

iterm2, I'll try alacritty now

@pavelshtanko
Copy link
Author

same in alacritty

@ghifarit53
Copy link
Owner

Seems like the problem lies in the .vimrc

@ghifarit53
Copy link
Owner

Sorry, I can't seem to reproduce the issue
image
Just my guess, but maybe you happen to have other .vim files that override settings in vimrc (maybe in autoload or after folder in ~/.vim). Also did the issue happen just recently?

@Hamptonjc
Copy link

Same issue here. Any solution @pavelshtanko ?

@benjamingarcia
Copy link

Hello, I have the same issue: Theme works on macvim, but not on vim or neovim in a terminal (I tested with alacritty, iterm2 and terminal)

@benjamingarcia
Copy link

benjamingarcia commented Jan 24, 2021

Hello!
Well, I found how fix this issues thanks to another theme (https://github.com/joshdick/onedark.vim).
It's an issues with italic encoding I suppose.
I follow this solution, and now it's fixed.
And before this I update tmux.conf thanks to this articles
on alacritty, I set Term as TERM: xterm-256color

and finally, on vim :

set termguicolors
set t_Co=256

@Hamptonjc @pavelshtanko

@pavelshtanko
Copy link
Author

Hello!
Well, I found how fix this issues thanks to another theme (https://github.com/joshdick/onedark.vim).
It's an issues with italic encoding I suppose.
I follow this solution, and now it's fixed.
And before this I update tmux.conf thanks to this articles
on alacritty, I set Term as TERM: xterm-256color

and finally, on vim :

set termguicolors
set t_Co=256

@Hamptonjc @pavelshtanko

It works! Indeed at first I didn't follow the link with solution, but now it's totally fine.

Thanks for your helP!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants