From 279a45aa9183ebe9901ed8c4a5845eeb2a1a43a9 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Sat, 7 Apr 2018 18:55:36 +0100 Subject: [PATCH] python --- vim/colors/monotonous.vim | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/vim/colors/monotonous.vim b/vim/colors/monotonous.vim index 389c8de..a1a8611 100644 --- a/vim/colors/monotonous.vim +++ b/vim/colors/monotonous.vim @@ -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