added htmlNormal region
This commit is contained in:
parent
4bf517a607
commit
37e2215ed6
|
@ -12,70 +12,17 @@ set fillchars=stl:\ ,stlnc:\ ,vert:\
|
||||||
let colors_name = "customred256"
|
let colors_name = "customred256"
|
||||||
|
|
||||||
|
|
||||||
hi Normal ctermfg=246 ctermbg=none
|
hi Normal ctermfg=130 ctermbg=none
|
||||||
hi! def link ErrorMsg CRError
|
hi! def link ErrorMsg CRError
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
hi Visual ctermfg=lightblue
|
|
||||||
hi VisualNOS ctermfg=lightblue
|
|
||||||
hi Todo ctermfg=251 ctermbg=none
|
|
||||||
hi Search ctermfg=white ctermbg=darkblue
|
|
||||||
hi IncSearch ctermfg=darkblue ctermbg=gray
|
|
||||||
|
|
||||||
|
""""""""""""""
|
||||||
|
" colours
|
||||||
|
""""""""""""""
|
||||||
|
|
||||||
hi SpecialKey ctermfg=33
|
" general colours
|
||||||
hi Directory ctermfg=255
|
|
||||||
hi Title ctermfg=198
|
|
||||||
hi WarningMsg ctermfg=red
|
|
||||||
hi WildMenu ctermfg=yellow ctermbg=black
|
|
||||||
hi ModeMsg ctermfg=255
|
|
||||||
hi MoreMsg ctermfg=darkgreen ctermfg=darkgreen
|
|
||||||
hi Question ctermfg=green
|
|
||||||
hi NonText ctermfg=darkblue
|
|
||||||
|
|
||||||
|
|
||||||
hi StatusLine ctermfg=255 ctermbg=239 term=none cterm=none
|
|
||||||
hi StatusLineNC ctermfg=238 ctermbg=233 term=none cterm=none
|
|
||||||
" set status to change the status line based on mode
|
|
||||||
if version >= 700
|
|
||||||
au InsertEnter * hi StatusLine ctermfg=233 ctermbg=255
|
|
||||||
au InsertLeave * hi StatusLine ctermfg=255 ctermbg=239
|
|
||||||
endif
|
|
||||||
|
|
||||||
hi VertSplit ctermfg=233 ctermbg=233 term=none cterm=none
|
|
||||||
hi Folded ctermfg=243 ctermbg=232 cterm=bold term=bold
|
|
||||||
hi FoldColumn ctermfg=239 ctermbg=232 cterm=bold term=bold
|
|
||||||
hi LineNr ctermfg=235 ctermbg=none cterm=none
|
|
||||||
hi EndOfBuffer ctermfg=233 ctermbg=none
|
|
||||||
hi ColorColumn ctermbg=233
|
|
||||||
|
|
||||||
|
|
||||||
hi DiffAdd guibg=darkblue ctermbg=darkblue term=none cterm=none
|
|
||||||
hi DiffChange guibg=darkmagenta ctermbg=magenta cterm=none
|
|
||||||
hi DiffDelete ctermfg=blue ctermbg=cyan gui=bold guifg=Blue guibg=DarkCyan
|
|
||||||
hi DiffText cterm=bold ctermbg=red gui=bold guibg=Red
|
|
||||||
|
|
||||||
|
|
||||||
hi Cursor guifg=black guibg=yellow ctermfg=black ctermbg=yellow
|
|
||||||
hi lCursor guifg=black guibg=white ctermfg=black ctermbg=white
|
|
||||||
|
|
||||||
hi Error ctermfg=255 ctermbg=none
|
|
||||||
|
|
||||||
hi Comment ctermfg=238
|
|
||||||
hi Constant ctermfg=magenta
|
|
||||||
hi Special ctermfg=brown
|
|
||||||
hi Identifier ctermfg=cyan
|
|
||||||
hi Statement ctermfg=yellow
|
|
||||||
hi PreProc ctermfg=magenta
|
|
||||||
hi Type ctermfg=green
|
|
||||||
hi Underlined cterm=underline term=underline
|
|
||||||
hi Ignore ctermfg=232
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
" base colours
|
|
||||||
hi CRNormal ctermfg=246 ctermbg=none
|
hi CRNormal ctermfg=246 ctermbg=none
|
||||||
hi CRBright ctermfg=208
|
hi CRBright ctermfg=208
|
||||||
hi CRDark ctermfg=160
|
hi CRDark ctermfg=160
|
||||||
|
@ -96,12 +43,10 @@ hi CRString ctermfg=248
|
||||||
hi TestTest ctermfg=242
|
hi TestTest ctermfg=242
|
||||||
|
|
||||||
|
|
||||||
" general code colours
|
|
||||||
hi CRCodeNormal ctermfg=208
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
" HTML colours
|
" HTML colours
|
||||||
|
hi CRHtmlNormal ctermfg=125
|
||||||
|
hi CRHtmlNormalBright ctermfg=198
|
||||||
|
|
||||||
hi CRHtmlBase ctermfg=27
|
hi CRHtmlBase ctermfg=27
|
||||||
hi CRHtmlBaseBright ctermfg=39
|
hi CRHtmlBaseBright ctermfg=39
|
||||||
hi CRHtmlbaseDark ctermfg=25
|
hi CRHtmlbaseDark ctermfg=25
|
||||||
|
@ -115,6 +60,8 @@ hi CRHtmlImgDark ctermfg=61
|
||||||
|
|
||||||
hi CRHtmlSpecial ctermfg=69
|
hi CRHtmlSpecial ctermfg=69
|
||||||
hi CRHtmlString ctermfg=105
|
hi CRHtmlString ctermfg=105
|
||||||
|
"hi! def link CRHtmlString String
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
" CSS colours
|
" CSS colours
|
||||||
|
@ -129,17 +76,43 @@ hi CRCssSelector ctermfg=85
|
||||||
hi CRCssSelectorBright ctermfg=158
|
hi CRCssSelectorBright ctermfg=158
|
||||||
hi CRCssSelectorDark ctermfg=72
|
hi CRCssSelectorDark ctermfg=72
|
||||||
|
|
||||||
" general definitions
|
|
||||||
hi! def link Conditional CRNoiseBrighter
|
|
||||||
hi! def link Delimiter CRNoise
|
|
||||||
hi Operator ctermfg=88
|
|
||||||
|
|
||||||
|
"""""""""""""""""""
|
||||||
|
" definitions
|
||||||
|
""""""""""""""""""""
|
||||||
|
|
||||||
|
" general definitions
|
||||||
|
hi Error ctermfg=231 ctermbg=none
|
||||||
|
hi Comment ctermfg=238
|
||||||
|
|
||||||
|
hi Constant ctermfg=124
|
||||||
|
hi String ctermfg=245
|
||||||
|
hi Character ctermfg=164
|
||||||
|
"hi! def link Number ctermfg=164
|
||||||
|
"hi! def link Boolean ctermfg=164
|
||||||
|
"hi! def link Float ctermfg=164
|
||||||
|
|
||||||
|
hi Special ctermfg=brown
|
||||||
|
hi Identifier ctermfg=202
|
||||||
|
hi Statement ctermfg=yellow
|
||||||
|
hi PreProc ctermfg=magenta
|
||||||
|
hi Type ctermfg=130
|
||||||
|
hi TypeBright ctermfg=166
|
||||||
|
hi Underlined cterm=underline term=underline
|
||||||
|
hi Ignore ctermfg=232
|
||||||
|
|
||||||
|
hi! def link Conditional CRNoiseBrighter
|
||||||
|
hi! def link Delimiter CRNoise
|
||||||
|
hi Operator ctermfg=88
|
||||||
|
|
||||||
" Comment definitions
|
" Comment definitions
|
||||||
hi! def link Comment CRComment
|
hi! def link Comment CRComment
|
||||||
hi! def link SpecialComment CRCommentBright
|
hi! def link SpecialComment CRCommentBright
|
||||||
hi! def link preProc CRCommentBright
|
hi! def link preProc CRCommentBright
|
||||||
|
|
||||||
|
" Vim definitions
|
||||||
|
hi! def link VimGroup Type
|
||||||
|
hi! def link VimHiGroup TypeBright
|
||||||
|
|
||||||
" SCSS definitions
|
" SCSS definitions
|
||||||
hi! def link scssParamaters CRNoise
|
hi! def link scssParamaters CRNoise
|
||||||
|
@ -198,6 +171,7 @@ hi! def link cssFunctionName scssFunctionName
|
||||||
hi! def link cssUnitDecorators CRCssBaseDark
|
hi! def link cssUnitDecorators CRCssBaseDark
|
||||||
|
|
||||||
" HTML definitions
|
" HTML definitions
|
||||||
|
hi! def link htmlNormal CRHtmlNormal
|
||||||
hi! def link htmlTitle CRHtmlAlt
|
hi! def link htmlTitle CRHtmlAlt
|
||||||
hi! def link htmlTag Delimiter
|
hi! def link htmlTag Delimiter
|
||||||
hi! def link htmlEndTag htmlTag
|
hi! def link htmlEndTag htmlTag
|
||||||
|
@ -208,7 +182,7 @@ hi! def link htmlScriptTag htmlArg
|
||||||
hi! def link htmlString CRHtmlString
|
hi! def link htmlString CRHtmlString
|
||||||
hi! def link htmlLink CRHtmlAltDark
|
hi! def link htmlLink CRHtmlAltDark
|
||||||
hi! def link htmlH1 CRHtmlAlt
|
hi! def link htmlH1 CRHtmlAlt
|
||||||
hi! def link htmlSpecialChar CRCommentBright
|
hi! def link htmlSpecialChar CRHtmlNormal
|
||||||
hi! def link JavaScript CRCodeNormal
|
hi! def link JavaScript CRCodeNormal
|
||||||
|
|
||||||
hi! def link htmlImgArg htmlArg
|
hi! def link htmlImgArg htmlArg
|
||||||
|
@ -227,72 +201,122 @@ hi! def link cssClassAttr scssSelector
|
||||||
hi! def link cssIdentifierAttr CRCssBaseBright
|
hi! def link cssIdentifierAttr CRCssBaseBright
|
||||||
|
|
||||||
|
|
||||||
" sidebar colours
|
|
||||||
hi BarH1 ctermfg=255 ctermbg=none
|
|
||||||
hi BarH2 ctermfg=250 ctermbg=none
|
|
||||||
hi BarH3 ctermfg=248 ctermbg=none
|
|
||||||
|
|
||||||
hi BarNormal ctermfg=240 ctermbg=none
|
|
||||||
hi BarNormalBright ctermfg=245 ctermbg=none
|
|
||||||
hi BarNormalDark ctermfg=238 ctermbg=none
|
|
||||||
|
|
||||||
" TODO replace all BarComment with BarHelp
|
|
||||||
hi BarComment ctermfg=124 ctermbg=none
|
|
||||||
hi BarCommentBright ctermfg=166 ctermbg=none
|
|
||||||
hi BarCommentDark ctermfg=88 ctermbg=none
|
|
||||||
|
|
||||||
hi BarSpecial ctermfg=lightred
|
|
||||||
|
|
||||||
hi BarCurrent ctermfg=255 ctermbg=240
|
|
||||||
|
|
||||||
|
|
||||||
hi def link BarFlag CRNormal
|
""""""""""""""""""
|
||||||
hi def link BarFlagBright CRBright
|
" interface
|
||||||
hi def link BarFlagDark CRDark
|
"""""""""""""""""""
|
||||||
|
|
||||||
|
" colours
|
||||||
|
hi InterfaceH1 ctermfg=255 ctermbg=none
|
||||||
|
hi InterfaceH2 ctermfg=250 ctermbg=none
|
||||||
|
hi InterfaceH3 ctermfg=248 ctermbg=none
|
||||||
|
|
||||||
|
hi InterfaceNormal ctermfg=240 ctermbg=none
|
||||||
|
hi InterfaceNormalBright ctermfg=245 ctermbg=none
|
||||||
|
hi InterfaceNormalDark ctermfg=238 ctermbg=none
|
||||||
|
|
||||||
|
hi InterfaceHelp ctermfg=124 ctermbg=none
|
||||||
|
hi InterfaceHelpBright ctermfg=166 ctermbg=none
|
||||||
|
hi InterfaceHelpDark ctermfg=88 ctermbg=none
|
||||||
|
|
||||||
|
hi InterfaceSpecial ctermfg=255
|
||||||
|
|
||||||
|
hi InterfaceCurrent ctermfg=255 ctermbg=240
|
||||||
|
hi InterfaceHighlight ctermfg=255 ctermbg=235
|
||||||
|
hi InterfaceHighlightRev ctermfg=235 ctermbg=255
|
||||||
|
|
||||||
|
hi def link InterfaceFlag CRNormal
|
||||||
|
hi def link InterfaceFlagBright CRBright
|
||||||
|
hi def link InterfaceFlagDark CRDark
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
" definitions
|
||||||
|
hi Visual ctermfg=235 ctermbg=255
|
||||||
|
hi Todo ctermfg=251 ctermbg=none
|
||||||
|
hi Search ctermfg=255 ctermbg=235
|
||||||
|
hi def link IncSearch Search
|
||||||
|
|
||||||
|
|
||||||
|
hi SpecialKey ctermfg=255
|
||||||
|
hi Directory ctermfg=255
|
||||||
|
hi Title ctermfg=198
|
||||||
|
hi WarningMsg ctermfg=255
|
||||||
|
hi! def link WildMenu InterfaceHighlight
|
||||||
|
hi! ModeMsg ctermfg=124
|
||||||
|
hi MoreMsg ctermfg=124
|
||||||
|
hi Question ctermfg=124
|
||||||
|
hi NonText ctermfg=243
|
||||||
|
|
||||||
|
|
||||||
|
hi StatusLine ctermfg=255 ctermbg=239 term=none cterm=none
|
||||||
|
hi StatusLineNC ctermfg=238 ctermbg=233 term=none cterm=none
|
||||||
|
" set status to change the status line based on mode
|
||||||
|
if version >= 700
|
||||||
|
au InsertEnter * hi StatusLine ctermfg=233 ctermbg=255
|
||||||
|
au InsertLeave * hi StatusLine ctermfg=255 ctermbg=239
|
||||||
|
endif
|
||||||
|
|
||||||
|
hi VertSplit ctermfg=233 ctermbg=233 term=none cterm=none
|
||||||
|
hi Folded ctermfg=243 ctermbg=232 cterm=bold term=bold
|
||||||
|
hi FoldColumn ctermfg=239 ctermbg=232 cterm=bold term=bold
|
||||||
|
hi LineNr ctermfg=235 ctermbg=none cterm=none
|
||||||
|
hi EndOfBuffer ctermfg=233 ctermbg=none
|
||||||
|
hi ColorColumn ctermbg=233
|
||||||
|
|
||||||
|
|
||||||
|
hi DiffAdd guibg=darkblue ctermbg=darkblue term=none cterm=none
|
||||||
|
hi DiffChange guibg=darkmagenta ctermbg=magenta cterm=none
|
||||||
|
hi DiffDelete ctermfg=blue ctermbg=cyan gui=bold guifg=Blue guibg=DarkCyan
|
||||||
|
hi DiffText cterm=bold ctermbg=red gui=bold guibg=Red
|
||||||
|
|
||||||
|
|
||||||
|
hi Cursor guifg=black guibg=yellow ctermfg=black ctermbg=yellow
|
||||||
|
hi lCursor guifg=black guibg=white ctermfg=black ctermbg=white
|
||||||
|
|
||||||
|
|
||||||
" BufExplorer Highlighting
|
" BufExplorer Highlighting
|
||||||
hi! def link bufExplorerBufNbr BarH1
|
hi! def link bufExplorerBufNbr InterfaceH1
|
||||||
hi! def link bufExplorerMapping BarCommentBright
|
hi! def link bufExplorerMapping InterfaceHelpBright
|
||||||
hi! def link bufExplorerHelp BarComment
|
hi! def link bufExplorerHelp InterfaceHelp
|
||||||
hi! def link bufExplorerOpenIn BarSpecial
|
hi! def link bufExplorerOpenIn InterfaceSpecial
|
||||||
hi! def link bufExplorerSortBy BarCommentBright
|
hi! def link bufExplorerSortBy InterfaceHelpBright
|
||||||
hi! def link bufExplorerSplit BarNormalDark
|
hi! def link bufExplorerSplit InterfaceNormalDark
|
||||||
hi! def link bufExplorerTitle BarCommentDark
|
hi! def link bufExplorerTitle InterfaceHelpDark
|
||||||
hi! def link bufExplorerSortType bufExplorerSortBy
|
hi! def link bufExplorerSortType bufExplorerSortBy
|
||||||
hi! def link bufExplorerToggleSplit bufExplorerSplit
|
hi! def link bufExplorerToggleSplit bufExplorerSplit
|
||||||
hi! def link bufExplorerToggleOpen bufExplorerOpenIn
|
hi! def link bufExplorerToggleOpen bufExplorerOpenIn
|
||||||
|
|
||||||
hi! def link bufExplorerActBuf BarH1
|
hi! def link bufExplorerActBuf InterfaceH1
|
||||||
hi! def link bufExplorerAltBuf BarH2
|
hi! def link bufExplorerAltBuf InterfaceH2
|
||||||
hi! def link bufExplorerCurBuf BarH2
|
hi! def link bufExplorerCurBuf InterfaceH2
|
||||||
hi! def link bufExplorerHidBuf BarNormalBright
|
hi! def link bufExplorerHidBuf InterfaceNormalBright
|
||||||
hi! def link bufExplorerLockedBuf BarSpecial
|
hi! def link bufExplorerLockedBuf InterfaceSpecial
|
||||||
hi! def link bufExplorerModBuf CRDark
|
hi! def link bufExplorerModBuf CRDark
|
||||||
hi! def link bufExplorerUnlBuf BarNormalDark
|
hi! def link bufExplorerUnlBuf InterfaceNormalDark
|
||||||
hi! def link bufExplorerInactBuf BarNormal
|
hi! def link bufExplorerInactBuf InterfaceNormal
|
||||||
|
|
||||||
|
|
||||||
" Tagbar highlighting
|
" Tagbar highlighting
|
||||||
hi! def link TagbarFoldIcon BarNormal
|
hi! def link TagbarFoldIcon InterfaceNormal
|
||||||
|
|
||||||
hi! def link TagbarHelp BarComment
|
hi! def link TagbarHelp InterfaceHelp
|
||||||
hi! def link TagbarHelpKey BarCommentBright
|
hi! def link TagbarHelpKey InterfaceHelpBright
|
||||||
hi! def link TagbarHelpTitle BarCommentDark
|
hi! def link TagbarHelpTitle InterfaceHelpDark
|
||||||
|
|
||||||
hi! def link TagbarKind BarH1
|
hi! def link TagbarKind InterfaceH1
|
||||||
hi! def link TagbarNestedKind BarH1
|
hi! def link TagbarNestedKind InterfaceH1
|
||||||
|
|
||||||
hi! def link TagbarScope BarH1
|
hi! def link TagbarScope InterfaceH1
|
||||||
hi! def link TagbarType BarH1
|
hi! def link TagbarType InterfaceH1
|
||||||
hi! def link TagbarSignature BarNormal
|
hi! def link TagbarSignature InterfaceNormal
|
||||||
hi! def link TagbarPseudoID BarNormal
|
hi! def link TagbarPseudoID InterfaceNormal
|
||||||
hi! def link TagbarHighlight BarCurrent
|
hi! def link TagbarHighlight InterfaceCurrent
|
||||||
|
|
||||||
hi! def link TagbarAccessPublic BarH2
|
hi! def link TagbarAccessPublic InterfaceH2
|
||||||
hi! def link TagbarAccessProtected BarH2
|
hi! def link TagbarAccessProtected InterfaceH2
|
||||||
hi! def link TagbarAccessPrivate BarH2
|
hi! def link TagbarAccessPrivate InterfaceH2
|
||||||
|
|
||||||
" NOTE for TagbarNormal to work it must be defined
|
" NOTE for TagbarNormal to work it must be defined
|
||||||
" with the following line in the plugin
|
" with the following line in the plugin
|
||||||
|
@ -305,45 +329,45 @@ hi! def link TagbarAccessPrivate BarH2
|
||||||
" TODO see if its possible to extend that plugin
|
" TODO see if its possible to extend that plugin
|
||||||
" rather than placing code in the plugin's file.
|
" rather than placing code in the plugin's file.
|
||||||
|
|
||||||
hi! def link TagbarNormal BarNormalBright
|
hi! def link TagbarNormal InterfaceNormalBright
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
" NERDtree highlighting
|
" NERDtree highlighting
|
||||||
hi! def link NERDTreeDir BarNormalBright
|
hi! def link NERDTreeDir InterfaceNormalBright
|
||||||
hi! def link NERDTreeFile BarNormal
|
hi! def link NERDTreeFile InterfaceNormal
|
||||||
hi! def link NERDTreeOpenable BarNormal
|
hi! def link NERDTreeOpenable InterfaceNormal
|
||||||
hi! def link NERDTreeClosable BarNormal
|
hi! def link NERDTreeClosable InterfaceNormal
|
||||||
hi! def link NERDTreeDirSlash BarNormal
|
hi! def link NERDTreeDirSlash InterfaceNormal
|
||||||
hi! def link NERDTreeFlags BarH2
|
hi! def link NERDTreeFlags InterfaceH2
|
||||||
hi! def link NERDTreeCWD BarH1
|
hi! def link NERDTreeCWD InterfaceH1
|
||||||
hi! def link NERDTreeUp BarH2
|
hi! def link NERDTreeUp InterfaceH2
|
||||||
"hi! def link NERDTreeCurrentNode BarCurrent
|
"hi! def link NERDTreeCurrentNode InterfaceCurrent
|
||||||
|
|
||||||
hi! def link NERDTreeHelp BarComment
|
hi! def link NERDTreeHelp InterfaceHelp
|
||||||
hi! def link NERDTreeHelpKey BarCommentBright
|
hi! def link NERDTreeHelpKey InterfaceHelpBright
|
||||||
hi! def link NERDTreeHelpCommand BarCommentBright
|
hi! def link NERDTreeHelpCommand InterfaceHelpBright
|
||||||
hi! def link NERDTreeHelpTitle BarCommentDark
|
hi! def link NERDTreeHelpTitle InterfaceHelpDark
|
||||||
hi! def link NERDTreeToggleOn BarFlagBright
|
hi! def link NERDTreeToggleOn InterfaceFlagBright
|
||||||
hi! def link NERDTreeToggleOff BarFlagNormal
|
hi! def link NERDTreeToggleOff InterfaceFlagNormal
|
||||||
|
|
||||||
hi! def link NERDTreeBookmarksHeader BarNormal
|
hi! def link NERDTreeBookmarksHeader InterfaceNormal
|
||||||
hi! def link NERDTreeBookmarkName BarH1
|
hi! def link NERDTreeBookmarkName InterfaceH1
|
||||||
hi! def link NERDTreeBookmarksLeader BarNormal
|
hi! def link NERDTreeBookmarksLeader InterfaceNormal
|
||||||
hi! def link NERDTreeBookmark BarH3
|
hi! def link NERDTreeBookmark InterfaceH3
|
||||||
|
|
||||||
hi! def link NERDTreeLinkFile NERDTreeFile
|
hi! def link NERDTreeLinkFile NERDTreeFile
|
||||||
hi! def link NERDTreeLinkDir NERDTreeDir
|
hi! def link NERDTreeLinkDir NERDTreeDir
|
||||||
hi! def link NERDTreeLinkTarget BarSpecial
|
hi! def link NERDTreeLinkTarget InterfaceSpecial
|
||||||
|
|
||||||
|
|
||||||
hi! def link NERDTreePart BarSpecial
|
hi! def link NERDTreePart InterfaceSpecial
|
||||||
hi! def link NERDTreePartFile BarSpecial
|
hi! def link NERDTreePartFile InterfaceSpecial
|
||||||
hi! def link NERDTreeExecFile BarSpecial
|
hi! def link NERDTreeExecFile InterfaceSpecial
|
||||||
|
|
||||||
hi! def link NERDTreeRO BarSpecial
|
hi! def link NERDTreeRO InterfaceSpecial
|
||||||
|
|
||||||
hi! def link NERDTreeCurrentNode BarH1
|
hi! def link NERDTreeCurrentNode InterfaceH1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue