folded
This commit is contained in:
parent
087a57c7b1
commit
ff11c7de9c
|
@ -63,7 +63,7 @@ hi! DiffText guifg=#cccccc guibg=#101010 gui=NONE
|
||||||
hi! EndOfBuffer guifg=#121212 guibg=NONE
|
hi! EndOfBuffer guifg=#121212 guibg=NONE
|
||||||
hi! ErrorMsg guifg=#ff0000
|
hi! ErrorMsg guifg=#ff0000
|
||||||
hi! VertSplit guifg=#090909 guibg=#090909
|
hi! VertSplit guifg=#090909 guibg=#090909
|
||||||
hi! Folded guifg=#585858 guibg=NONE
|
hi! Folded guifg=#666666 guibg=NONE cterm=none gui=NONE
|
||||||
hi! FoldColumn guifg=#262626 guibg=#111111
|
hi! FoldColumn guifg=#262626 guibg=#111111
|
||||||
hi! SignColumn guifg=#eeeeee guibg=NONE
|
hi! SignColumn guifg=#eeeeee guibg=NONE
|
||||||
hi! LineNr guifg=#3a3a3a guibg=NONE
|
hi! LineNr guifg=#3a3a3a guibg=NONE
|
||||||
|
@ -436,6 +436,12 @@ hi! def link jsonQuote Noise
|
||||||
"hi! def link shEscape mNoise
|
"hi! def link shEscape mNoise
|
||||||
"hi! def link shTestOpr mNoise
|
"hi! def link shTestOpr mNoise
|
||||||
"hi! def link shSnglCase mNoise
|
"hi! def link shSnglCase mNoise
|
||||||
|
hi! def link shDerefSimple Type
|
||||||
|
hi! def link shDerefVar shDerefSimple
|
||||||
|
hi! def link shDerefOp Conditional
|
||||||
|
hi! def link shDerefPattern shDerefOp
|
||||||
|
hi! def link shCommandSub Type
|
||||||
|
hi! def link shOption StorageClass
|
||||||
""}}}
|
""}}}
|
||||||
|
|
||||||
"" custom tabline
|
"" custom tabline
|
||||||
|
|
Loading…
Reference in New Issue