当我编辑C/C++等时,我厌倦了白色背景.我想要黑色背景.这就是我目前在.vimrc文件中有关着色的内容.请帮我改一下:
if !has('gui_running')
set t_Co=8 t_md=
highlight NORMAL ctermbg=black ctermfg=white
Run Code Online (Sandbox Code Playgroud)
Sin*_*nür 28
:help colorscheme
Run Code Online (Sandbox Code Playgroud)
例如:
:colorscheme torte
Run Code Online (Sandbox Code Playgroud)