mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-28 03:07:12 +08:00
Former-commit-id: 46c2bf7d26
Former-commit-id: ec0b4e689f3f8e97d837848929a1a6a9e45f779b
Former-commit-id: 19f055447f5fd666a270a51cf98b05d70716e826
26 lines
693 B
VimL
26 lines
693 B
VimL
" Vim color file
|
|
" Maintainer: Vladimir Vrzic <random@bsd.org.yu>
|
|
" Last Change: 28. june 2003.
|
|
" URL: http://galeb.etf.bg.ac.yu/~random/pub/vim/
|
|
|
|
set background=light
|
|
hi clear
|
|
if exists("syntax_on")
|
|
syntax reset
|
|
endif
|
|
let g:colors_name="nedit"
|
|
|
|
hi Normal guifg=Black guibg=grey90
|
|
|
|
hi Comment gui=italic guifg=gray20 guibg=NONE
|
|
hi Constant gui=NONE guifg=darkGreen guibg=NONE
|
|
hi Identifier gui=bold guifg=red guibg=NONE
|
|
hi Statement gui=bold guifg=black guibg=NONE
|
|
hi PreProc gui=NONE guifg=RoyalBlue4 guibg=NONE
|
|
hi Type gui=bold guifg=brown guibg=NONE
|
|
hi Special gui=NONE guifg=darkGreen guibg=NONE
|
|
"hi Underlined
|
|
"hi Ignore
|
|
"hi Error
|
|
"hi Todo
|
|
|