使gvim 7.2背景黑色

前端之家收集整理的这篇文章主要介绍了使gvim 7.2背景黑色前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我编辑C/C++等时,我感到厌倦了白色背景.我想要黑色背景.这就是我目前在. vimrc文件中关于着色的内容.请帮我改变它:
if !has('gui_running')
    set t_Co=8 t_md=

highlight NORMAL  ctermbg=black ctermfg=white
:help colorscheme

例如:

:colorscheme torte

或者,find a color scheme you like at vim.org.

原文链接:/bash/383665.html

猜你在找的Bash相关文章