. cmd background, font, etc. configuration
(1) Setting the background color
44 50 59
(2) Set Font size color
Courier New 20 White
2.ubuntuvim configuration (ETC/VIM/VIMRC):
(1) Configuration VIMRC
"set to automatically load when files are changedSetAutoread"line number on the leftSetNu"tab length is 4Settabstop=4 "do not back up when overwriting filesSetNobackup"Auto IndentSetsmartindent"Highlight Current Line"Set Cursorline"lower right corner shows cursor position statusSetRuler"Auto IndentSetautoindent"Set Auto SaveSetAutowrite"Code Completion"Set Completeopt=preview,menu"Encoding SettingsSetenc=utf-8 Setfencs=utf-8, ucs-bom,shift-jis,gb18030,gbk,gb2312,cp936"Language SettingsSetLangmenu=zh_cn. utf-8 Sethelplang=cn"Highlight matching parenthesesSetShowmatch"set to DecimalSetnrformats="Set ThemeColorScheme Evening
2. Configure the Evening.vim to align the vim background with the terminal (usr\share\vim\vim74\colors)
Modify
Hi Normal ctermbg=darkgrey ctermfg=white guifg=white guibg=grey20
For
" set the background color to Blackhi Normal ctermbg=black ctermfg=white guifg=white guibg=grey20
Effect:
WINDOWS10 Subsystem Configuration Vim