This commit is contained in:
ManjaroOne666 2018-04-07 18:55:36 +01:00
parent d7e06d4287
commit 279a45aa91
1 changed files with 13 additions and 0 deletions

View File

@ -18,6 +18,19 @@ set fillchars=stl:\ ,stlnc:\ ,vert:\|
let g:colors_name = 'monotonous'
" #python definitions
"{{{
hi! def link pythonImport mNoise
hi! def link pythonInclude pythonImport
hi! def link pythonFunction mIdentifierBright
hi! def link pythonBuiltin mIdentifierDark
hi! def link pythonBuiltinObj mSpecial
hi! def link pythonBrackets mNoiseDark
hi! def link pythonQuotes mNoise
hi! def link pythonDot mNoise
hi! def link pythonNoise mNoiseDark
"}}}
" #php definitions
"{{{
hi! def link phpRegion Normal