extra whitespace
This commit is contained in:
parent
0f45cba1d4
commit
bba9915477
|
@ -3,8 +3,6 @@ hi def link InterfaceFlag CRNormal
|
|||
hi def link InterfaceFlagDark CRNormalDark
|
||||
|
||||
|
||||
hi! def link ExtraWhitespace CRWarning
|
||||
|
||||
hi! def link IdentifierDark CRIdentifierDark
|
||||
hi! def link IdentifierBright CRIdentifierBright
|
||||
hi! def link StatementDark CRStatementDark
|
||||
|
|
|
@ -18,6 +18,9 @@ set fillchars=stl:\ ,stlnc:\ ,vert:\|
|
|||
|
||||
let g:colors_name = 'monotonous'
|
||||
|
||||
" extra whitespace
|
||||
hi! def link ExtraWhitespace CRWarning
|
||||
|
||||
" quickfix
|
||||
hi! def link qfFilename mNoiseBright
|
||||
hi! def link qfLineNr mNoise
|
||||
|
|
Loading…
Reference in New Issue