harmonized inkpot/vimrc, +set textwidth=120, CursorLine in colorschemes instead of vimrc

This commit is contained in:
nojhan 2011-10-28 15:40:52 +02:00
commit 7afce37a5f
3 changed files with 13 additions and 10 deletions

View file

@ -85,8 +85,8 @@ if has("gui_running")
hi Type gui=NONE guifg=#ff8bff guibg=NONE
hi Underlined gui=BOLD guifg=#ffffcd guibg=NONE
hi TaglistTagName gui=BOLD guifg=#808bed guibg=NONE
hi Pmenu gui=NONE guifg=white guibg=black
hi Pmenu gui=NONE guifg=white guibg=black
hi ColorColumn guibg=#1a1a22
else
exec "hi Normal cterm=NONE ctermfg=" . <SID>X("78") . " ctermbg=" . <SID>X(80) . ""
exec "hi IncSearch cterm=BOLD ctermfg=" . <SID>X("80") . " ctermbg=" . <SID>X(73) . ""

View file

@ -553,7 +553,7 @@ exe "hi! String" .s:fmt_none .s:fg_blue .s:bg_none
exe "hi! Identifier" .s:fmt_none .s:fg_blue .s:bg_none
" *Identifier any variable name
" Function function name (also: methods for classes)
exe "hi! cppSTL" .s:fmt_none .s:fg_base1 .s:bg_none
exe "hi! cppSTL" .s:fmt_ital .s:fg_base1 .s:bg_none
exe "hi! Statement" .s:fmt_none .s:fg_yellow .s:bg_none
" *Statement any statement