changes
This commit is contained in:
+5
-74
@@ -68,11 +68,15 @@ hi! link Question MoreMsg
|
||||
hi! link ModeMsg MoreMsg
|
||||
hi! link TabLineFill StatusLineNC
|
||||
hi! link SpecialKey NonText
|
||||
"hi! link @lsp.type.comment.cpp NONE "inside of #define blocks for conditional compilation
|
||||
|
||||
"}}}
|
||||
" Generic syntax {{{
|
||||
hi Delimiter ctermfg=7
|
||||
hi Comment ctermfg=8
|
||||
hi @lsp.type.comment.cpp ctermbg=16 "inside of #define blocks for conditional compilation
|
||||
hi @lsp.type.comment.c ctermbg=16
|
||||
hi cBlock ctermbg=2
|
||||
hi Underlined ctermfg=4 cterm=underline
|
||||
hi Type ctermfg=4
|
||||
hi String ctermfg=11
|
||||
@@ -86,7 +90,7 @@ hi Number ctermfg=12
|
||||
hi Boolean ctermfg=4
|
||||
hi Special ctermfg=13
|
||||
hi Ignore ctermfg=0
|
||||
hi PreProc ctermfg=8 cterm=bold
|
||||
hi PreProc ctermbg=16
|
||||
hi! link Operator Delimiter
|
||||
hi! link Error ErrorMsg
|
||||
|
||||
@@ -106,29 +110,6 @@ hi htmlBoldUnderlineItalic cterm=bold,underline
|
||||
hi! link htmlLink Underlined
|
||||
hi! link htmlEndTag htmlTag
|
||||
|
||||
"}}}
|
||||
" XML {{{
|
||||
hi xmlTagName ctermfg=4
|
||||
hi xmlTag ctermfg=12
|
||||
hi! link xmlString xmlTagName
|
||||
hi! link xmlAttrib xmlTag
|
||||
hi! link xmlEndTag xmlTag
|
||||
hi! link xmlEqual xmlTag
|
||||
|
||||
"}}}
|
||||
" JavaScript {{{
|
||||
hi! link javaScript Normal
|
||||
hi! link javaScriptBraces Delimiter
|
||||
|
||||
"}}}
|
||||
" PHP {{{
|
||||
hi phpSpecialFunction ctermfg=5
|
||||
hi phpIdentifier ctermfg=11
|
||||
hi phpParent ctermfg=8
|
||||
hi! link phpVarSelector phpIdentifier
|
||||
hi! link phpHereDoc String
|
||||
hi! link phpDefine Statement
|
||||
|
||||
"}}}
|
||||
" Markdown {{{
|
||||
hi! link markdownHeadingRule NonText
|
||||
@@ -144,14 +125,6 @@ hi markdownCode cterm=bold
|
||||
hi markdownBold cterm=bold
|
||||
hi markdownItalic cterm=underline
|
||||
|
||||
"}}}
|
||||
" Ruby {{{
|
||||
hi! link rubyDefine Statement
|
||||
hi! link rubyLocalVariableOrMethod Identifier
|
||||
hi! link rubyConstant Constant
|
||||
hi! link rubyInstanceVariable Number
|
||||
hi! link rubyStringDelimiter rubyString
|
||||
|
||||
"}}}
|
||||
" Git {{{
|
||||
hi gitCommitBranch ctermfg=3
|
||||
@@ -170,23 +143,6 @@ hi! link vimSetSep Delimiter
|
||||
hi! link vimContinue Delimiter
|
||||
hi! link vimHiAttrib Constant
|
||||
|
||||
"}}}
|
||||
" LESS {{{
|
||||
hi lessVariable ctermfg=11
|
||||
hi! link lessVariableValue Normal
|
||||
|
||||
"}}}
|
||||
" NERDTree {{{
|
||||
hi! link NERDTreeHelp Comment
|
||||
hi! link NERDTreeExecFile String
|
||||
|
||||
"}}}
|
||||
" Vimwiki {{{
|
||||
hi! link VimwikiHeaderChar markdownHeadingDelimiter
|
||||
hi! link VimwikiList markdownListMarker
|
||||
hi! link VimwikiCode markdownCode
|
||||
hi! link VimwikiCodeChar markdownCodeDelimiter
|
||||
|
||||
"}}}
|
||||
" Help {{{
|
||||
hi! link helpExample String
|
||||
@@ -201,14 +157,6 @@ hi! link helpURL Underlined
|
||||
hi! link CtrlPMatch String
|
||||
hi! link CtrlPLinePre Comment
|
||||
|
||||
"}}}
|
||||
" Mustache {{{
|
||||
hi mustacheSection ctermfg=14 cterm=bold
|
||||
hi mustacheMarker ctermfg=6
|
||||
hi mustacheVariable ctermfg=14
|
||||
hi mustacheVariableUnescape ctermfg=9
|
||||
hi mustachePartial ctermfg=13
|
||||
|
||||
"}}}
|
||||
" Shell {{{
|
||||
hi shDerefSimple ctermfg=11
|
||||
@@ -221,17 +169,6 @@ hi SyntasticErrorSign ctermfg=1 ctermbg=NONE
|
||||
hi SyntasticStyleWarningSign ctermfg=2 ctermbg=NONE
|
||||
hi SyntasticStyleErrorSign ctermfg=4 ctermbg=NONE
|
||||
|
||||
"}}}
|
||||
" Netrw {{{
|
||||
hi netrwExe ctermfg=9
|
||||
hi netrwClassify ctermfg=8 cterm=bold
|
||||
|
||||
"}}}
|
||||
" Ledger {{{
|
||||
hi ledgerAccount ctermfg=11
|
||||
hi! link ledgerMetadata Comment
|
||||
hi! link ledgerTransactionStatus Statement
|
||||
|
||||
"}}}
|
||||
" Diff {{{
|
||||
hi diffAdded ctermfg=2
|
||||
@@ -243,12 +180,6 @@ hi! link diffLine Title
|
||||
" Plug {{{
|
||||
hi plugSha ctermfg=3
|
||||
|
||||
"}}}
|
||||
" Blade {{{
|
||||
hi! link bladeStructure PreProc
|
||||
hi! link bladeParen phpParent
|
||||
hi! link bladeEchoDelim PreProc
|
||||
|
||||
"}}}
|
||||
|
||||
" vim: fdm=marker:sw=2:sts=2:et
|
||||
|
||||
Reference in New Issue
Block a user