linenr and cursorlinenr betterer
This commit is contained in:
parent
ce87f94d97
commit
a45f19fd6a
|
@ -156,15 +156,15 @@ endfunction
|
||||||
function! DoInsertEnter()
|
function! DoInsertEnter()
|
||||||
|
|
||||||
set cursorline"{{{
|
set cursorline"{{{
|
||||||
hi LineNr ctermfg=235 guifg=#262626
|
call SetColor('LineNr', '#262626', '', '#cccccc', '', '')
|
||||||
hi CursorLineNr ctermfg=250 guifg=#bcbcbc
|
call SetColor('CursorLineNr', '#bcbcbc', '', '#999999', '', 'bold')
|
||||||
endfunction
|
endfunction
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
function! DoInsertLeave()
|
function! DoInsertLeave()
|
||||||
set nocursorline"{{{
|
set nocursorline"{{{
|
||||||
hi LineNr ctermfg=237 guifg=#3a3a3a
|
call SetColor('LineNr', '#3a3a3a', '', '#999999', '', '')
|
||||||
hi CursorLineNr ctermfg=243 guifg=#767676
|
call SetColor('CursorLineNr', '#767676', '', '#777777', '', 'bold')
|
||||||
endfunction
|
endfunction
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue