mirror of
https://github.com/luzifer/vim.git
synced 2024-11-09 16:10:00 +00:00
Added cursorline directive and adjusted color scheme
This commit is contained in:
parent
d59cc2fe41
commit
f2bf5b45d2
2 changed files with 5 additions and 2 deletions
|
@ -50,8 +50,8 @@ if(&t_Co == 256)
|
||||||
hi TabLine cterm=underline ctermfg=239 ctermbg=none
|
hi TabLine cterm=underline ctermfg=239 ctermbg=none
|
||||||
hi TabLineSel cterm=bold ctermfg=255 ctermbg=none
|
hi TabLineSel cterm=bold ctermfg=255 ctermbg=none
|
||||||
hi TabLineFill cterm=underline ctermfg=239 ctermbg=none
|
hi TabLineFill cterm=underline ctermfg=239 ctermbg=none
|
||||||
hi CursorColumn cterm=none ctermfg=255 ctermbg=239
|
hi CursorColumn cterm=none ctermfg=255 ctermbg=234
|
||||||
hi CursorLine cterm=none ctermfg=255 ctermbg=239
|
hi CursorLine cterm=none ctermfg=none ctermbg=234
|
||||||
|
|
||||||
" syntax highlighting
|
" syntax highlighting
|
||||||
hi MatchParen cterm=none ctermfg=255 ctermbg=242
|
hi MatchParen cterm=none ctermfg=255 ctermbg=242
|
||||||
|
|
3
vimrc
3
vimrc
|
@ -885,6 +885,9 @@ set ambw=single
|
||||||
" various
|
" various
|
||||||
"
|
"
|
||||||
|
|
||||||
|
" cursorline - show a marker on the current line
|
||||||
|
set cursorline
|
||||||
|
|
||||||
" eventignore - list of autocommand events which are to be ignored
|
" eventignore - list of autocommand events which are to be ignored
|
||||||
set ei=
|
set ei=
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue