-
Notifications
You must be signed in to change notification settings - Fork 198
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
It looks not as nice as the demo #3
Comments
Would you mind providing the following information:
|
Actually, i think I know the reason. Italic is not supported by your terminal. Will post a fix soon that would require a configuration setting. |
@kaiyulee, thanks for opening this issue. It seems like your terminal does not support italic, This update should fix your problem. Please make sure to have the following lines in your set background=dark
set g:one_allow_italics=1
colorscheme one |
iTerm2 Build 3.0.1 + vim 7.4.1345, iTerm2 has the tmux integration. And still has the It seems like not the plugin's problem. I had tried the material colorscheme mounthes before, It also has the display issue - it not as clear & beautiful as yours, but both the material and the one display well with MacVim. So the key maybe is the vim. |
Sorry to hear that, to support True Colors in Terminal you would need
|
Your version of Vim does not support true colours. Try to upgrade it. |
It only works for vim, but not neovim.
|
@kepbod, Sorry but I can't help you fix this issue on Neovim if you don't provide more information, your |
Sorry that I forgot to attach my configuration. |
try removing the |
It did not work after I removed the |
I fixed it by add below gist in
But I doesn't know why. |
If kepbod's snippet above doesn't work for you like it didn't for me, then it's likely because it requires actually typing the Esc character—which won't look as nice in other editors or display properly in a browser. A nicer way that looks the same across editors and in a browser is: let &t_ZH = "\<Esc>[3m"
let &t_ZR = "\<Esc>[23m" |
look:
screenshot: http://o9m8gqxa3.bkt.clouddn.com/scone.png
The text was updated successfully, but these errors were encountered: