-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
终端不能正常显示问题 #104
Comments
用terminal的话,应该设置let g:solarized_termcolors=16, 并且为你的iterm2安装solarized的preset:https://github.com/altercation/solarized/tree/master/iterm2-colors-solarized |
多谢指教。 |
多谢帮助,已解决。 我在这个页面上( http://ethanschoonover.com/solarized/vim-colors-solarized let g:solarized_termcolors=256 大意是要把let g:solarized_termcolors=256 放在主题设置之前,然后就解决了,多谢帮助。 |
你设置之后颜色显示是和solarized一样的不? 2015-05-11 13:11 GMT+03:00 wangshunping notifications@github.com:
|
to solve issur wklken#104 modify vimrc , add "let g:solarized_termcolors=256"
明显背景不一样,可以更改一下 这里有配置文件 |
@ruanyl 的图目测才是iterm2配合k-vim配置后的效果.....系统默认终端没搞过:( |
上面是 |
@fangwentong 谢谢,terminal.app已经显示正常 |
@fangwentong 果然可以了,多谢。 |
已加入README.md 谢谢大家:) |
使用GUI能够正常显示,如图:
![image](https://cloud.githubusercontent.com/assets/10842398/7448050/fae51356-f241-11e4-9ebb-8381c791fbba.png)
但是在终端直接显示(mvim -v) 不能正常显示配色:
![image](https://cloud.githubusercontent.com/assets/10842398/7448054/173e0134-f242-11e4-9ffa-5227771a0249.png)
有人现在遇到这样的情况吗?
The text was updated successfully, but these errors were encountered: