强制 vim 背景为黑色
在我的 vimrc 中,有什么方法可以覆盖我的 colorcheme 的背景设置并强制其为黑色吗?我正在寻找类似的东西,
set colorscheme=wombat256
override_background(black)
以便无论我选择什么方案,背景都会被迫变黑。
Is there any way, in my vimrc, to override the background setting of my colorscheme and force it to black? I'm looking for something like
set colorscheme=wombat256
override_background(black)
so that whatever scheme I select, the background gets forced to black.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
调整品味:)
@edit:读完你稍后的评论后,我怀疑你会发现你需要覆盖更多相关的突出显示(组)背景颜色。通过阅读现有的配色方案,可以最清楚哪些是
Tweak to taste :)
@edit: after reading you later comment I suspect you'll find you need to override more related highlight (group) background colors. It'll be clearest which ones, by reading the existing color schemes
这对我有用:
This is what worked for me: