My vim 配色文件

昨晚配了好久,在vim的ielflord这个配色方案的基础上修改。

修改的是终端显示,其实就改了下颜色。。不过改之前需要设置256色,具体设置百度 google。

GUI下没设置,复制的是desert(自带方案)。

纯记录~~~

VIMRC里的配置,从党那儿拷的。党说这个放模板里。。。。比赛的时候设置下。。。。

set t_Co=256
set tabstop=4
set shiftwidth=4
set hlsearch
syntax on
set nu
set autoindent
set cindent
set softtabstop=4
set smartindent
set fileencodings=ucs-bom,utf-8,gb2312,cp936,chinese
set guifont=YaHei\ Consolas\ Hybrid\ 14
colorscheme littley

littley.vim

" local syntax file - set colors on a per-machine basis:
" vim: tw=0 ts=4 sw=4
" Vim color file

set background=dark
hi clear
if exists("syntax_on")
  syntax reset
endif
let g:colors_name = "littley"
hi Normal							ctermfg=7
hi Comment							ctermfg=203
hi Constant							ctermfg=74
hi Special 							ctermfg=196
hi Identifier   cterm=bold			ctermfg=black
hi Statement	cterm=bold			ctermfg=112
hi PreProc		term=underline		ctermfg=208
hi Type			cterm=bold  term=underline		ctermfg=112
hi Function		cterm=bold  term=bold			ctermfg=112
hi Repeat		cterm=bold  term=underline		ctermfg=112
hi Operator		ctermfg=222	 
hi Ignore		ctermfg=Blue	 
hi Error		term=reverse		ctermfg=black  
hi Todo			term=standout	    ctermfg=Black

" Common groups that link to default highlighting.
" You can specify other highlighting easily.
hi link String		Special
hi link Character	Constant
hi link Number		Constant
hi link Boolean		Type
hi link Float		Number

hi link Conditional	Repeat
hi link Label		Statement
hi link Keyword		Statement
hi link Exception	Statement
hi link Include		PreProc
hi link Define		PreProc
hi link Macro		PreProc
hi link PreCondit	PreProc
hi link StorageClass	Type
hi link Structure		Type
hi link Typedef			Type
hi link Tag			Special
hi link SpecialChar	Special
hi link Delimiter	Special
hi link SpecialComment Special
hi link Debug		Constant

hi Normal	guifg=White guibg=grey20

" highlight groups
hi Cursor	guibg=khaki guifg=slategrey
"hi CursorIM
"hi Directory
"hi DiffAdd
"hi DiffChange
"hi DiffDelete
"hi DiffText
"hi ErrorMsg
hi VertSplit	guibg=#c2bfa5 guifg=grey50 gui=none
hi Folded	guibg=grey30 guifg=gold
hi FoldColumn	guibg=grey30 guifg=tan
hi IncSearch	guifg=slategrey guibg=khaki
"hi LineNr
hi ModeMsg	guifg=goldenrod
hi MoreMsg	guifg=SeaGreen
hi NonText	guifg=LightBlue guibg=grey30
hi Question	guifg=springgreen
hi Search	guibg=peru guifg=wheat
hi SpecialKey	guifg=yellowgreen
hi StatusLine	guibg=#c2bfa5 guifg=black gui=none
hi StatusLineNC	guibg=#c2bfa5 guifg=grey50 gui=none
hi Title	guifg=indianred
hi Visual	gui=none guifg=khaki guibg=olivedrab
"hi VisualNOS
hi WarningMsg	guifg=salmon
"hi WildMenu
"hi Menu
"hi Scrollbar
"hi Tooltip

" syntax highlighting groups
hi Comment	guifg=SkyBlue
hi Constant	guifg=#ffa0a0
hi Identifier	guifg=palegreen
hi Statement	guifg=khaki
hi PreProc	guifg=indianred
hi Type		guifg=darkkhaki
hi Special	guifg=navajowhite
"hi Underlined
hi Ignore	guifg=grey40
"hi Error
hi Todo		guifg=orangered guibg=yellow2





评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值