harmonized inkpot/vimrc, +set textwidth=120, CursorLine in colorschemes instead of vimrc
This commit is contained in:
parent
2c04eec204
commit
7afce37a5f
3 changed files with 13 additions and 10 deletions
|
|
@ -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) . ""
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue