Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Comments looking strange withing tmux #43

Closed
pablox-cl opened this issue Jan 20, 2015 · 4 comments
Closed

Comments looking strange withing tmux #43

pablox-cl opened this issue Jan 20, 2015 · 4 comments

Comments

@pablox-cl
Copy link

Colors aren't working for me, can you tell me where the issue could be? I read #4, but it doesn't seem to solve the problem.

https://asciinema.org/a/15575

Tmux is running with screen-256color, I also tried with screen-256color-bce with no avail.

PS.- I actually see the italics, dunno why they can't be seen trough the screencast

@morhetz
Copy link
Owner

morhetz commented Jan 21, 2015

First of all I would like to thank you for detailed ascii-video.

This is pretty much complicated issue totally unrelated to gruvbox colorscheme. I would recommend you to refer this reddit thread for possible workaround.
It's also known that for the simplest cases just putting these lines to your vimrc works perfect:

let &t_ZH="\e[3m"
let &t_ZR="\e[23m"

BTW, there is no need to run gruvbox shellscript manually, just drop it to your zshrc and it'll lift colors up

@morhetz morhetz closed this as completed Jan 21, 2015
@pablox-cl
Copy link
Author

Wow, it does work this those little changes! :D, I will read the reddit thread with more details later :). Thanks!

I know that there's no need to run the script :), I just did it to be explicit about when I was using it or not. Though it seems I kind of like more the colorscheme without it :P.

@morhetz
Copy link
Owner

morhetz commented Feb 4, 2015

@pablox-cl
I've started simple vim-terminal integration plugin that simplifies things a lot, you could check out. I have not documented it yet, though it's tiny and pretty self-explanatory
vim-termitr

@pablox-cl
Copy link
Author

@morhetz by mistake I just found your comment about vim-termitr!! (somehow my email swallowed it :P). I'm gonna check it asap.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants