vim color 配置

" local syntax file - set colors on a per-machine basis:
" vim: tw=0 ts=4 sw=4
" Vim color file
" Maintainer: Ron Aaron <[email protected]>
" Last Change: 2003 May 02


hi clear
set background=dark
if exists("syntax_on")
  syntax reset
endif
let g:colors_name = "murphy"


hi Normal ctermbg=Black  ctermfg=lightgreen guibg=lightyellow    guifg=black
hi Comment term=bold  ctermfg=LightRed   guifg=blue
hi Constant term=underline ctermfg=LightGreen guifg=darkgraygui=NONE


hi Identifier term=underline ctermfg=LightCyan  guifg=#00ffff
hi Ignore   ctermfg=black guifg=bg
hi PreProc term=underline ctermfg=LightBlue  guifg=darkred   gui=NONE
hi Search term=reverse guifg=whiteguibg=Blue
hi Special term=bold  ctermfg=LightRed   guifg=magenta
hi Statement term=bold  ctermfg=Yellow guifg=DarkMagenta gui=bold
hi Type   ctermfg=LightGreen guifg=darkgreen        gui=bold
hi Error term=reverse   ctermbg=Red ctermfg=White guibg=Red  guifg=White
hi Todo term=standout  ctermbg=Yellow ctermfg=Black guifg=Blue guibg=Yellow
" From the source:
hi Cursor  guifg=Orchidguibg=fg
hi Directory term=bold  ctermfg=LightCyan  guifg=Cyan
hi ErrorMsg term=standout  ctermbg=DarkRed ctermfg=White guibg=Red guifg=White
hi IncSearch term=reverse   cterm=reverse guifg=white   guibg=black
hi LineNr term=underline ctermfg=Yellow guibg=black        guifg=Yellow
hi ModeMsg term=bold  cterm=bold gui=bold
hi MoreMsg term=bold  ctermfg=LightGreen gui=boldguifg=SeaGreen
hi NonText term=bold  ctermfg=Blue gui=boldguifg=Blue
hi Question term=standout  ctermfg=LightGreen gui=boldguifg=Cyan
hi SpecialKey term=bold  ctermfg=LightBlue  guifg=Cyan


hi StatusLine term=reverse,bold cterm=reverse   gui=NONEguifg=White guibg=darkblue
hi StatusLineNC term=reverse   cterm=reverse  gui=NONE guifg=white guibg=#333333
hi Title term=bold  ctermfg=LightMagenta gui=boldguifg=Pink
hi WarningMsg term=standout  ctermfg=LightRed   guifg=Red
hi Visual term=reverse   cterm=reverse gui=NONEguifg=white guibg=darkgreen
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章