如何在 *NIX 的 gvim 中拥有绿色字体?
我注意到我无法通过 vimrc 中的命令影响 MacVim 的颜色方案。 我现在有黑色背景上的灰色字体,这使得阅读变得困难。
I have noted that I cannot affect MacVim's colorscheme by commands in vimrc.
I have now a gray font on black background, which makes reading hard.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这很奇怪。 尝试
":hi Normal guifg=Yellow"
后您会得到什么?That's odd. What do you get after trying
":hi Normal guifg=Yellow"
?我通常将所有与 gvim 相关的命令放在 .gvimrc 中。 如果您使用 vi/vim,那么终端颜色方案会与 vim 颜色方案混淆。 如果 MacVim 有一个单独的 .rc 文件,您可以检查该文件(假设 MacVim 弹出一个新窗口)。
I normally put all gvim related commands in .gvimrc. If you are using vi/vim, then the terminal colorscheme messes up with the vim colorscheme. If MacVim has a separate .rc file, you can check that (assuming MacVim pops a new window).
您可能需要查看Google 代码中的 gvim Mac 版本。 它位于自己的窗口中,而不是终端窗口中,并且似乎提供更多(或更简单)的外观自定义。
You might want to look at this Mac port of gvim at Google Code. It lives in its own window, rather than in a terminal window, and appears to offer more (or more easy) customization of appearance.