diff --git a/vim/colors/monotonous.vim b/vim/colors/monotonous.vim index a1c95bb..1c6c58c 100644 --- a/vim/colors/monotonous.vim +++ b/vim/colors/monotonous.vim @@ -68,7 +68,7 @@ call SetColor('PmenuSbar', '#333333', '#121212', '', '#c0c0c0', '') call SetColor('PmenuThumb', '#333333', '#121212', '', '#aaaaaa', '') call SetColor('Question', '#c6c6c6', '', '#333333', '', 'italic') -call SetColor('QuickFixLine', '#ff0000', '', '#666666', '', '') +call SetColor('QuickFixLine', '#ff0000', '', '#222222', '', 'bold') call SetColor('Search', '#ffffff', '', '', '#c1e7f4', '') call SetColor('IncSearch', '#000000', '#ffffff', '', '#00baff', '') call SetColor('SpecialKey', '#eeeeee', '', '#ccaaaa', '', 'bold') @@ -112,10 +112,10 @@ hi! def link TypeDef StorageClass call SetColor('Constant', '#888888', '', '#333333', '', 'italic') call SetColor('String', '#777777', '', '#444444', '', 'italic') -hi! def link Character String -hi! def link Number String -hi! def link Boolean String -hi! def link Float String +hi! def link Character String +hi! def link Number String +hi! def link Boolean String +hi! def link Float String hi! def link Statement Normal call SetColor('Conditional', '#707070', '', '#505050', '', 'bold') @@ -131,13 +131,13 @@ hi! def link Define PreProc hi! def link Macro PreProc hi! def link PreCondit PreProc -hi! def link Todo SpecialComment +hi! def link Todo SpecialComment call SetColor('Comment', '#383838', '', '#9e9e9e', '', 'italic') call SetColor('Underlined', '', '', '', '', 'underline') -hi! Ignore guifg=NONE +hi! Ignore guifg=NONE call SetColor('Error', '#ee0000', '', '#cc0000', '', 'bold') @@ -232,9 +232,9 @@ hi! def link cssFunctionName cssIdentifier hi! def link cssBraces Noise -hi! def link scssSelector cssIdentifier -hi! def link scssSelectorName scssSelector -hi! def link scssSelectorChar cssIdentifier +hi! def link scssSelector cssIdentifier +hi! def link scssSelectorName scssSelector +hi! def link scssSelectorChar cssIdentifier hi! def link scssFunctionName cssFunction hi! def link scssMixinName cssIdentifier hi! def link scssampersand scssSelectorName @@ -245,7 +245,7 @@ hi! def link vue_scss cssIdentifier "" #html definitions ""{{{ -hi! def link htmlNormal Normal +hi! def link htmlNormal Normal hi! def link htmlTitle Title hi! def link htmlH1 htmlTitle @@ -281,14 +281,14 @@ hi! def link javaScriptExpression javaScript hi! def link htmlCssStyleComment Comment hi! def link htmlCssDefinition Special -hi! def link htmlImgArg htmlArg -hi! def link htmlSrcValue String -hi! def link htmlSrcsetValue htmlSrcValue -hi! def link htmlAltValue String -hi! def link htmlDataArg htmlTagName -hi! def link htmlDataValue Constant -hi! def link htmlHrefArg htmlArg -hi! def link htmlHrefValue htmlSrcValue +hi! def link htmlImgArg htmlArg +hi! def link htmlSrcValue String +hi! def link htmlSrcsetValue htmlSrcValue +hi! def link htmlAltValue String +hi! def link htmlDataArg htmlTagName +hi! def link htmlDataValue Constant +hi! def link htmlHrefArg htmlArg +hi! def link htmlHrefValue htmlSrcValue "}}} "" #vue definitions @@ -334,11 +334,11 @@ hi! def link pythonExtraOperator Operator "" #javaScript definitions ""{{{ -"hi! def link jsFunction mKeyword -"hi! def link jsFuncName midentifier +"hi! def link jsFunction mKeyword +"hi! def link jsFuncName midentifier hi! def link jsFunctionKey Function "hi! def link jsFuncBlock mIdentifier -hi! def link jsFuncCall Identifier +hi! def link jsFuncCall Identifier "hi! def link jsIfElseBlock jsFuncBlock "hi! def link jsTernaryIf jsFuncBlock hi! def link jsOperator Operator @@ -346,17 +346,17 @@ hi! def link jsOperator Operator "hi! def link jsBracket jsParen "hi! def link jsParenIfElse jsParen "hi! def link jsObjectFuncName jsFunctionKey -hi! def link jsVariableDef Identifier +hi! def link jsVariableDef Identifier "hi! def link jsFuncArgs mIdentifier -hi! def link jsGlobalObjects SpecialComment +hi! def link jsGlobalObjects SpecialComment hi! def link jsGlobalNodeObjects jsGlobalObjects hi! def link jsExceptions jsGlobalObjects hi! def link jsBuiltins jsGlobalObjects hi! def link jsStorageClass Include "hi! def link jsObject mIdentifier -hi! def link jsObjectKey Type -hi! def link jsObjectProp Type -hi! def link jsObjectValue Identifier +hi! def link jsObjectKey Type +hi! def link jsObjectProp Type +hi! def link jsObjectValue Identifier hi! def link jsModuleKeyword Type hi! def link jsThis jsGlobalObjects "" hi! def link jsConditional mIdentifierDark @@ -427,23 +427,23 @@ hi! def link ExtraWhitespace SpellCap "" #php definitions ""{{{ -hi! def link phpRegion Normal -hi! def link phpComparison Operator +hi! def link phpRegion Normal +hi! def link phpComparison Operator ""}}} "" quickfix ""{{{ -hi! def link qfFilename Normal -hi! def link qfLineNr Keyword -hi! def link qfSeparator Normal -hi! def link qfError String +hi! def link qfFilename Normal +call SetColor('qfLineNr', '#444444', '', '#aaaaaa', '', 'italic') +call SetColor('qfSeparator', g:d_normal_bg, '', g:l_normal_bg, '', '') +call SetColor('qfError', '#ff0000', '', '#ffaaaa', '', 'bold') ""}}} "" #json definitions ""{{{ -hi! def link jsonKeyword Identifier -hi! def link jsonValue String -hi! def link jsonQuote Noise +hi! def link jsonKeyword Identifier +hi! def link jsonValue String +hi! def link jsonQuote Noise ""}}} "" #plugins @@ -543,25 +543,25 @@ endif "" #bufexplorer highlighting ""{{{ -"hi! def link bufExplorerBufNbr mNoise -"hi! def link bufExplorerMapping mInterfaceKey -"hi! def link bufExplorerHelp mInterfaceHelp -"hi! def link bufExplorerOpenIn mInterfaceSpecial -"hi! def link bufExplorerSortBy mInterfaceSpecial -"hi! def link bufExplorerSplit mInterfaceNormalDark -"hi! def link bufExplorerTitle mInterfaceHeading -"hi! def link bufExplorerSortType mInterfaceKeyword -"" hi! def link bufExplorerToggleSplit bufExplorerSplit -"" hi! def link bufExplorerToggleOpen bufExplorerOpenIn +"hi! def link bufExplorerBufNbr mNoise +"hi! def link bufExplorerMapping mInterfaceKey +"hi! def link bufExplorerHelp mInterfaceHelp +"hi! def link bufExplorerOpenIn mInterfaceSpecial +"hi! def link bufExplorerSortBy mInterfaceSpecial +"hi! def link bufExplorerSplit mInterfaceNormalDark +"hi! def link bufExplorerTitle mInterfaceHeading +"hi! def link bufExplorerSortType mInterfaceKeyword +"" hi! def link bufExplorerToggleSplit bufExplorerSplit +"" hi! def link bufExplorerToggleOpen bufExplorerOpenIn -"hi! def link bufExplorerActBuf mInterfaceH3 -"hi! def link bufExplorerAltBuf mInterfaceH2 -"hi! def link bufExplorerCurBuf mInterfaceH1 -"hi! def link bufExplorerHidBuf mInterfaceNormal -"" hi! def link bufExplorerLockedBuf mInterfaceSpecial -"" hi! def link bufExplorerModBuf mInterfaceSignWarning -"hi! def link bufExplorerUnlBuf mInterfaceNormalDark -"hi! def link bufExplorerInactBuf mInterfaceNormal +"hi! def link bufExplorerActBuf mInterfaceH3 +"hi! def link bufExplorerAltBuf mInterfaceH2 +"hi! def link bufExplorerCurBuf mInterfaceH1 +"hi! def link bufExplorerHidBuf mInterfaceNormal +"" hi! def link bufExplorerLockedBuf mInterfaceSpecial +"" hi! def link bufExplorerModBuf mInterfaceSignWarning +"hi! def link bufExplorerUnlBuf mInterfaceNormalDark +"hi! def link bufExplorerInactBuf mInterfaceNormal ""}}} "" #netrw highlighting @@ -591,24 +591,24 @@ hi! def link CtrlPmatch CtrlPPrtText ""{{{ "" TagbarHighlight defined in vimrc as it gets overridden "" by plugin when defined in here -"" hi! def link TagbarFoldIcon InterfaceNormal +"" hi! def link TagbarFoldIcon InterfaceNormal -"" hi! def link TagbarHelp InterfaceHelp -"" hi! def link TagbarHelpKey InterfaceHelpDark -"" hi! def link TagbarHelpTitle InterfaceHelpBright +"" hi! def link TagbarHelp InterfaceHelp +"" hi! def link TagbarHelpKey InterfaceHelpDark +"" hi! def link TagbarHelpTitle InterfaceHelpBright -"" hi! def link TagbarKind InterfaceH1 -"" hi! def link TagbarNestedKind InterfaceH1 +"" hi! def link TagbarKind InterfaceH1 +"" hi! def link TagbarNestedKind InterfaceH1 -"" hi! def link TagbarScope InterfaceH1 -"" hi! def link TagbarType InterfaceH1 -"" hi! def link TagbarSignature InterfaceNormal -"" hi! def link TagbarPseudoID InterfaceNormal -"" hi! def link TagbarHighlight InterfaceCurrent +"" hi! def link TagbarScope InterfaceH1 +"" hi! def link TagbarType InterfaceH1 +"" hi! def link TagbarSignature InterfaceNormal +"" hi! def link TagbarPseudoID InterfaceNormal +"" hi! def link TagbarHighlight InterfaceCurrent -"" hi! def link TagbarAccessPublic InterfaceH2 -"" hi! def link TagbarAccessProtected InterfaceH2 -"" hi! def link TagbarAccessPrivate InterfaceH2 +"" hi! def link TagbarAccessPublic InterfaceH2 +"" hi! def link TagbarAccessProtected InterfaceH2 +"" hi! def link TagbarAccessPrivate InterfaceH2 "" hi! TagbarHighlight ctermfg=255 guifg=#eeeeee ctermbg=240 guibg=#585858 ""}}}