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