It took a long time last night and was modified based on the ielflord color scheme of vim.
The terminal display is modified, and the color is changed .. However, you need to set the color to 256 before the change. The specific settings are Baidu Google.
No setting in the GUI, And the replication is desert (the built-in solution ).
Pure record ~~~
The configuration in vimrc is copied from the party. Party said this should be put in the template .... Set it during the competition ....
set t_Co=256set tabstop=4set shiftwidth=4set hlsearchsyntax onset nuset autoindentset cindentset softtabstop=4set smartindentset fileencodings=ucs-bom,utf-8,gb2312,cp936,chineseset guifont=YaHei\ Consolas\ Hybrid\ 14colorscheme littley
Littley. Vim
" local syntax file - set colors on a per-machine basis:" vim: tw=0 ts=4 sw=4" Vim color fileset background=darkhi clearif exists("syntax_on") syntax resetendiflet g:colors_name = "littley"hi Normalctermfg=7hi Commentctermfg=203hi Constantctermfg=74hi Special ctermfg=196hi Identifier cterm=boldctermfg=blackhi Statementcterm=boldctermfg=112hi PreProcterm=underlinectermfg=208hi Typecterm=bold term=underlinectermfg=112hi Functioncterm=bold term=boldctermfg=112hi Repeatcterm=bold term=underlinectermfg=112hi Operatorctermfg=222 hi Ignorectermfg=Blue hi Errorterm=reversectermfg=black hi Todoterm=standout ctermfg=Black" Common groups that link to default highlighting." You can specify other highlighting easily.hi link StringSpecialhi link CharacterConstanthi link NumberConstanthi link BooleanTypehi link FloatNumberhi link ConditionalRepeathi link LabelStatementhi link KeywordStatementhi link ExceptionStatementhi link IncludePreProchi link DefinePreProchi link MacroPreProchi link PreConditPreProchi link StorageClassTypehi link StructureTypehi link TypedefTypehi link TagSpecialhi link SpecialCharSpecialhi link DelimiterSpecialhi link SpecialComment Specialhi link DebugConstanthi Normalguifg=White guibg=grey20" highlight groupshi Cursorguibg=khaki guifg=slategrey"hi CursorIM"hi Directory"hi DiffAdd"hi DiffChange"hi DiffDelete"hi DiffText"hi ErrorMsghi VertSplitguibg=#c2bfa5 guifg=grey50 gui=nonehi Foldedguibg=grey30 guifg=goldhi FoldColumnguibg=grey30 guifg=tanhi IncSearchguifg=slategrey guibg=khaki"hi LineNrhi ModeMsgguifg=goldenrodhi MoreMsgguifg=SeaGreenhi NonTextguifg=LightBlue guibg=grey30hi Questionguifg=springgreenhi Searchguibg=peru guifg=wheathi SpecialKeyguifg=yellowgreenhi StatusLineguibg=#c2bfa5 guifg=black gui=nonehi StatusLineNCguibg=#c2bfa5 guifg=grey50 gui=nonehi Titleguifg=indianredhi Visualgui=none guifg=khaki guibg=olivedrab"hi VisualNOShi WarningMsgguifg=salmon"hi WildMenu"hi Menu"hi Scrollbar"hi Tooltip" syntax highlighting groupshi Commentguifg=SkyBluehi Constantguifg=#ffa0a0hi Identifierguifg=palegreenhi Statementguifg=khakihi PreProcguifg=indianredhi Typeguifg=darkkhakihi Specialguifg=navajowhite"hi Underlinedhi Ignoreguifg=grey40"hi Errorhi Todoguifg=orangered guibg=yellow2