283 lines
7.2 KiB
VimL
283 lines
7.2 KiB
VimL
" Vim color file
|
|
|
|
set bg=dark
|
|
hi clear Normal
|
|
hi clear
|
|
if exists("syntax_on")
|
|
syntax reset
|
|
endif
|
|
|
|
set fillchars=stl:\ ,stlnc:\ ,vert:\
|
|
|
|
let colors_name = "customred256"
|
|
|
|
|
|
|
|
hi Normal guifg=#c0c0c0 guibg=#000040 ctermfg=lightyellow ctermbg=16
|
|
hi ErrorMsg guifg=#ffffff guibg=#287eff ctermfg=232 ctermbg=250
|
|
hi Visual guifg=#8080ff guibg=fg gui=reverse ctermfg=lightblue ctermbg=fg cterm=reverse
|
|
hi VisualNOS guifg=#8080ff guibg=fg gui=reverse,underline ctermfg=lightblue ctermbg=fg cterm=reverse,underline
|
|
hi Todo guifg=#d14a14 guibg=#1248d1 ctermfg=251 ctermbg=none
|
|
hi Search guifg=#90fff0 guibg=#2050d0 ctermfg=white ctermbg=darkblue cterm=underline term=underline
|
|
hi IncSearch guifg=#b0ffff guibg=#2050d0 ctermfg=darkblue ctermbg=gray
|
|
|
|
|
|
hi SpecialKey guifg=cyan ctermfg=33
|
|
hi Directory guifg=cyan ctermfg=255
|
|
hi Title guifg=magenta gui=none ctermfg=198 cterm=bold
|
|
hi WarningMsg guifg=red ctermfg=red
|
|
hi WildMenu guifg=yellow guibg=black ctermfg=yellow ctermbg=black cterm=none term=none
|
|
hi ModeMsg guifg=#22cce2 ctermfg=255
|
|
hi MoreMsg ctermfg=darkgreen ctermfg=darkgreen
|
|
hi Question guifg=green gui=none ctermfg=green cterm=none
|
|
hi NonText guifg=#0030ff ctermfg=darkblue
|
|
|
|
|
|
hi StatusLine guifg=blue guibg=darkgray gui=none ctermfg=255 ctermbg=239 term=none cterm=none
|
|
hi StatusLineNC guifg=black guibg=darkgray gui=none ctermfg=238 ctermbg=233 term=none cterm=none
|
|
|
|
hi VertSplit guifg=black guibg=darkgray gui=none ctermfg=233 ctermbg=233 term=none cterm=none
|
|
|
|
hi Folded guifg=#808080 guibg=#000040 ctermfg=243 ctermbg=232 cterm=bold term=bold
|
|
hi FoldColumn guifg=#808080 guibg=#000040 ctermfg=239 ctermbg=232 cterm=bold term=bold
|
|
|
|
hi LineNr guifg=#90f020 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 guifg=#80a0ff ctermfg=238
|
|
hi Constant ctermfg=magenta guifg=#ffa0a0 cterm=none
|
|
hi Special ctermfg=brown guifg=Orange cterm=none gui=none
|
|
hi Identifier ctermfg=cyan guifg=#40ffff cterm=none
|
|
hi Statement ctermfg=yellow cterm=none guifg=#ffff60 gui=none
|
|
hi PreProc ctermfg=magenta guifg=#ff80ff gui=none cterm=none
|
|
hi type ctermfg=green guifg=#60ff60 gui=none cterm=none
|
|
hi Underlined cterm=underline term=underline
|
|
hi Ignore guifg=bg ctermfg=bg
|
|
|
|
|
|
|
|
" suggested by tigmoid, 2008 Jul 18
|
|
hi Pmenu guifg=#c0c0c0 guibg=#404080
|
|
hi PmenuSel guifg=#c0c0c0 guibg=#2050d0
|
|
hi PmenuSbar guifg=blue guibg=darkgray
|
|
hi PmenuThumb guifg=#c0c0c0
|
|
|
|
|
|
|
|
|
|
" base colours
|
|
hi CRNormal ctermfg=166
|
|
hi CRBright ctermfg=208
|
|
hi CRDark ctermfg=160
|
|
|
|
|
|
hi CRComment ctermfg=240
|
|
hi CRCommentBright ctermfg=244
|
|
hi CRCommentDark ctermfg=238
|
|
|
|
hi TestTest ctermfg=27
|
|
|
|
|
|
" HTML colours
|
|
hi CRHtmlBase ctermfg=26
|
|
hi CRHtmlBaseBright ctermfg=33
|
|
hi CRHtmlbaseDark ctermfg=20
|
|
hi CRHtmlDark ctermfg=18
|
|
hi CRHtmlBright ctermfg=51
|
|
hi CRHtmlBrightDark ctermfg=45
|
|
hi CRHtmlSpecial ctermfg=69
|
|
hi CRHtmlString ctermfg=63
|
|
|
|
" general
|
|
hi! def link Delimiter CRCommentDark
|
|
hi Operator ctermfg=88
|
|
|
|
|
|
|
|
" Comments
|
|
hi! def link Comment CRComment
|
|
hi! def link SpecialComment CRCommentBright
|
|
hi! def link preProc CRCommentBright
|
|
|
|
|
|
" CSS
|
|
|
|
|
|
|
|
|
|
" HTML
|
|
hi! def link htmlTitle CRHtmlBright
|
|
hi! def link htmlTag Delimiter
|
|
hi! def link htmlEndTag htmlTag
|
|
hi! def link htmlTagName CRHtmlBase
|
|
hi! def link htmlSpecialTagName CRHtmlSpecial
|
|
hi! def link htmlArg CRHtmlBaseDark
|
|
hi! def link htmlString CRHtmlString
|
|
hi! def link htmlLink CRHtmlBrightDark
|
|
hi! def link htmlH1 CRHtmlBright
|
|
|
|
|
|
" 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
|
|
hi def link BarFlagDark CRDark
|
|
|
|
|
|
|
|
" BufExplorer Highlighting
|
|
hi! def link bufExplorerBufNbr BarH1
|
|
hi! def link bufExplorerMapping BarCommentBright
|
|
hi! def link bufExplorerHelp BarComment
|
|
hi! def link bufExplorerOpenIn BarSpecial
|
|
hi! def link bufExplorerSortBy BarCommentBright
|
|
hi! def link bufExplorerSplit BarNormalDark
|
|
hi! def link bufExplorerTitle BarCommentDark
|
|
hi! def link bufExplorerSortType bufExplorerSortBy
|
|
hi! def link bufExplorerToggleSplit bufExplorerSplit
|
|
hi! def link bufExplorerToggleOpen bufExplorerOpenIn
|
|
|
|
hi! def link bufExplorerActBuf BarH1
|
|
hi! def link bufExplorerAltBuf BarH2
|
|
hi! def link bufExplorerCurBuf BarH2
|
|
hi! def link bufExplorerHidBuf BarNormalBright
|
|
hi! def link bufExplorerLockedBuf BarSpecial
|
|
hi! def link bufExplorerModBuf CRDark
|
|
hi! def link bufExplorerUnlBuf BarNormalDark
|
|
hi! def link bufExplorerInactBuf BarNormal
|
|
|
|
|
|
" Tagbar highlighting
|
|
hi! def link TagbarFoldIcon BarNormal
|
|
|
|
hi! def link TagbarHelp BarComment
|
|
hi! def link TagbarHelpKey BarCommentBright
|
|
hi! def link TagbarHelpTitle BarCommentDark
|
|
|
|
hi! def link TagbarKind BarH1
|
|
hi! def link TagbarNestedKind BarH1
|
|
|
|
hi! def link TagbarScope BarH1
|
|
hi! def link TagbarType BarH1
|
|
hi! def link TagbarSignature BarNormal
|
|
hi! def link TagbarPseudoID BarNormal
|
|
hi! def link TagbarHighlight BarCurrent
|
|
|
|
hi! def link TagbarAccessPublic BarH2
|
|
hi! def link TagbarAccessProtected BarH2
|
|
hi! def link TagbarAccessPrivate BarH2
|
|
|
|
" NOTE for TagbarNormal to work it must be defined
|
|
" with the following line in the plugin
|
|
" file tagbar.vim:
|
|
"
|
|
" syntax match TagbarNormal '.*' contains=ALL
|
|
"
|
|
" This must go before all other syntax
|
|
" definitions in that file.
|
|
" TODO see if its possible to extend that plugin
|
|
" rather than placing code in the plugin's file.
|
|
|
|
hi! def link TagbarNormal BarNormalBright
|
|
|
|
|
|
|
|
" NERDtree highlighting
|
|
hi! def link NERDTreeDir BarNormalBright
|
|
hi! def link NERDTreeFile BarNormal
|
|
hi! def link NERDTreeOpenable BarNormal
|
|
hi! def link NERDTreeClosable BarNormal
|
|
hi! def link NERDTreeDirSlash BarNormal
|
|
hi! def link NERDTreeFlags BarH2
|
|
hi! def link NERDTreeCWD BarH1
|
|
hi! def link NERDTreeUp BarH2
|
|
"hi! def link NERDTreeCurrentNode BarCurrent
|
|
|
|
hi! def link NERDTreeHelp BarComment
|
|
hi! def link NERDTreeHelpKey BarCommentBright
|
|
hi! def link NERDTreeHelpCommand BarCommentBright
|
|
hi! def link NERDTreeHelpTitle BarCommentDark
|
|
hi! def link NERDTreeToggleOn BarFlagBright
|
|
hi! def link NERDTreeToggleOff BarFlagNormal
|
|
|
|
hi! def link NERDTreeBookmarksHeader BarNormal
|
|
hi! def link NERDTreeBookmarkName BarH1
|
|
hi! def link NERDTreeBookmarksLeader BarNormal
|
|
hi! def link NERDTreeBookmark BarH3
|
|
|
|
hi! def link NERDTreeLinkFile NERDTreeFile
|
|
hi! def link NERDTreeLinkDir NERDTreeDir
|
|
hi! def link NERDTreeLinkTarget BarSpecial
|
|
|
|
|
|
hi! def link NERDTreePart BarSpecial
|
|
hi! def link NERDTreePartFile BarSpecial
|
|
hi! def link NERDTreeExecFile BarSpecial
|
|
|
|
hi! def link NERDTreeRO BarSpecial
|
|
|
|
hi! def link NERDTreeCurrentNode BarH1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|