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) . ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue