nvim/colors/paper-custom.vim

658 lines
30 KiB
VimL

" paper-custom.vim -- Vim color scheme.
" Author: Ray Elliott (vim@rayelliott.dev)
" Webpage: https://rayelliott.dev
" Description:
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "paper-custom"
if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
hi DiffAdd ctermbg=22 ctermfg=NONE cterm=NONE guibg=#e0ece0 guifg=NONE gui=NONE
hi DiffChange ctermbg=17 ctermfg=NONE cterm=NONE guibg=#e0e0ec guifg=NONE gui=NONE
hi DiffDelete ctermbg=52 ctermfg=NONE cterm=NONE guibg=#ece0e0 guifg=NONE gui=NONE
hi DiffText ctermbg=17 ctermfg=21 cterm=NONE guibg=#e0e0ec guifg=#656a7c gui=NONE
hi GitGutterDelete ctermbg=NONE ctermfg=124 cterm=bold guibg=NONE guifg=#725454 gui=bold
hi GitGutterChange ctermbg=NONE ctermfg=19 cterm=bold guibg=NONE guifg=#596171 gui=bold
hi GitGutterAdd ctermbg=NONE ctermfg=34 cterm=bold guibg=NONE guifg=#496349 gui=bold
hi GitGutterChangeDelete ctermbg=NONE ctermfg=126 cterm=bold guibg=NONE guifg=#5c4a5a gui=bold
hi Normal ctermbg=234 ctermfg=243 cterm=NONE guibg=#ffffff guifg=#8c8c8c gui=NONE
set background=light
hi Special ctermbg=NONE ctermfg=164 cterm=bold guibg=NONE guifg=#ad006d gui=bold
hi SpecialKey ctermbg=NONE ctermfg=240 cterm=NONE guibg=NONE guifg=#bbbbbb gui=NONE
hi NonText ctermbg=NONE ctermfg=240 cterm=NONE guibg=NONE guifg=#bbbbbb gui=NONE
hi Noise ctermbg=NONE ctermfg=240 cterm=NONE guibg=NONE guifg=#bbbbbb gui=NONE
hi Tag ctermbg=164 ctermfg=NONE cterm=NONE guibg=#e846ac guifg=NONE gui=NONE
hi Identifier ctermbg=NONE ctermfg=164 cterm=bold guibg=NONE guifg=#d70087 gui=bold
hi Function ctermbg=NONE ctermfg=164 cterm=NONE guibg=NONE guifg=#d70087 gui=NONE
hi Type ctermbg=NONE ctermfg=164 cterm=bold guibg=NONE guifg=#e846ac gui=bold
hi StorageClass ctermbg=NONE ctermfg=164 cterm=NONE guibg=NONE guifg=#e846ac gui=NONE
hi link Structure StorageClass
hi link TypeDef StorageClass
hi Constant ctermbg=NONE ctermfg=232 cterm=italic guibg=NONE guifg=#777777 gui=italic
hi String ctermbg=NONE ctermfg=232 cterm=italic guibg=NONE guifg=#777777 gui=italic
hi link Character String
hi link Number String
hi link Boolean String
hi link Float String
hi Folded ctermbg=NONE ctermfg=232 cterm=bold guibg=NONE guifg=#777777 gui=bold
hi Statement ctermbg=NONE ctermfg=243 cterm=NONE guibg=NONE guifg=#8c8c8c gui=NONE
hi Conditional ctermbg=NONE ctermfg=243 cterm=bold guibg=NONE guifg=#8c8c8c gui=bold
hi link Repeat Conditional
hi Label ctermbg=NONE ctermfg=232 cterm=bold guibg=NONE guifg=#777777 gui=bold
hi Operator ctermbg=NONE ctermfg=238 cterm=NONE guibg=NONE guifg=#9d9d9d gui=NONE
hi Keyword ctermbg=NONE ctermfg=232 cterm=NONE guibg=NONE guifg=#777777 gui=NONE
hi Exception ctermbg=NONE ctermfg=164 cterm=bold guibg=NONE guifg=#e846ac gui=bold
hi PreProc ctermbg=NONE ctermfg=238 cterm=bold guibg=NONE guifg=#9d9d9d gui=bold
hi Include ctermbg=NONE ctermfg=238 cterm=NONE guibg=NONE guifg=#9d9d9d gui=NONE
hi Comment ctermbg=NONE ctermfg=238 cterm=bold,italic guibg=NONE guifg=#9d9d9d gui=bold,italic
hi CommentDim ctermbg=NONE ctermfg=238 cterm=bold,italic guibg=NONE guifg=#efefef gui=bold,italic
hi SpecialComment ctermbg=NONE ctermfg=232 cterm=italic guibg=NONE guifg=#777777 gui=italic
hi Todo ctermbg=NONE ctermfg=196 cterm=bold,italic guibg=NONE guifg=#d70000 gui=bold,italic
hi Ignore ctermbg=NONE ctermfg=234 cterm=NONE guibg=NONE guifg=#ffffff gui=NONE
hi Conceal ctermbg=NONE ctermfg=NONE cterm=NONE guibg=NONE guifg=NONE gui=NONE
hi Error ctermbg=196 ctermfg=196 cterm=bold guibg=#ffd7d7 guifg=#d70000 gui=bold
hi Underlined ctermbg=NONE ctermfg=NONE cterm=underline guibg=NONE guifg=NONE gui=underline
hi StatusLine ctermbg=238 ctermfg=255 cterm=italic guibg=#efefef guifg=#555555 gui=italic
hi StatusLineNC ctermbg=238 ctermfg=243 cterm=italic guibg=#efefef guifg=#929292 gui=italic
hi link TabLine StatusLineNc
hi link TabLineSel StatusLine
hi link TabLineNumSel StatusLine
hi TabLineFill ctermbg=238 ctermfg=238 cterm=italic guibg=#efefef guifg=#efefef gui=italic
hi TabLineItem ctermbg=238 ctermfg=243 cterm=italic guibg=#efefef guifg=#929292 gui=italic
hi TabLineItemSel ctermbg=238 ctermfg=255 cterm=italic guibg=#efefef guifg=#555555 gui=italic
hi VertSplit ctermbg=234 ctermfg=238 cterm=NONE guibg=#ffffff guifg=#efefef gui=NONE
hi FoldColumn ctermbg=234 ctermfg=240 cterm=NONE guibg=#ffffff guifg=#bbbbbb gui=NONE
hi ColorColumn ctermbg=250 ctermfg=NONE cterm=NONE guibg=#f7f2f2 guifg=NONE gui=NONE
hi SignColumn ctermbg=234 ctermfg=255 cterm=NONE guibg=#ffffff guifg=#555555 gui=NONE
hi CursorLine ctermbg=250 ctermfg=NONE cterm=NONE guibg=#eeeeee guifg=NONE gui=NONE
hi Title ctermbg=NONE ctermfg=232 cterm=bold,italic guibg=NONE guifg=#777777 gui=bold,italic
hi LineNr ctermbg=234 ctermfg=240 cterm=NONE guibg=#ffffff guifg=#bbbbbb gui=NONE
hi CursorLineNr ctermbg=234 ctermfg=240 cterm=bold guibg=#ffffff guifg=#bbbbbb gui=bold
hi Pmenu ctermbg=238 ctermfg=243 cterm=NONE guibg=#efefef guifg=#929292 gui=NONE
hi PmenuSbar ctermbg=238 ctermfg=243 cterm=NONE guibg=#efefef guifg=#929292 gui=NONE
hi PmenuSel ctermbg=238 ctermfg=255 cterm=bold guibg=#efefef guifg=#555555 gui=bold
hi PmenuThumb ctermbg=238 ctermfg=243 cterm=NONE guibg=#efefef guifg=#929292 gui=NONE
hi IncSearch ctermbg=17 ctermfg=234 cterm=NONE guibg=#beced5 guifg=#ffffff gui=NONE
hi Search ctermbg=17 ctermfg=255 cterm=NONE guibg=#dce5ed guifg=#555555 gui=NONE
hi Visual ctermbg=17 ctermfg=NONE cterm=NONE guibg=#ced8e0 guifg=NONE gui=NONE
hi VisualNOS ctermbg=52 ctermfg=NONE cterm=NONE guibg=#e0d4ce guifg=NONE gui=NONE
hi Directory ctermbg=NONE ctermfg=255 cterm=NONE guibg=NONE guifg=#555555 gui=NONE
hi MatchParen ctermbg=17 ctermfg=NONE cterm=bold guibg=#a3e0ff guifg=NONE gui=bold
hi SpellBad ctermbg=NONE ctermfg=196 cterm=NONE guibg=NONE guifg=#d70000 gui=NONE guisp=#d70000
hi SpellCap ctermbg=NONE ctermfg=166 cterm=NONE guibg=NONE guifg=#d75f00 gui=NONE guisp=#d75f00
hi SpellLocal ctermbg=NONE ctermfg=247 cterm=NONE guibg=NONE guifg=#d7813e gui=NONE guisp=#d75f00
hi SpellRare ctermbg=NONE ctermfg=247 cterm=NONE guibg=NONE guifg=#d7813e gui=NONE guisp=#d75f00
hi WildMenu ctermbg=238 ctermfg=255 cterm=bold guibg=#efefef guifg=#555555 gui=bold
hi ErrorMsg ctermbg=NONE ctermfg=196 cterm=italic guibg=NONE guifg=#d70000 gui=italic
hi ModeMsg ctermbg=NONE ctermfg=255 cterm=italic guibg=NONE guifg=#555555 gui=italic
hi MoreMsg ctermbg=NONE ctermfg=255 cterm=italic guibg=NONE guifg=#555555 gui=italic
hi Question ctermbg=NONE ctermfg=247 cterm=italic guibg=NONE guifg=#56acd7 gui=italic
hi WarningMsg ctermbg=NONE ctermfg=166 cterm=italic guibg=NONE guifg=#d75f00 gui=italic
hi CursorColumn ctermbg=250 ctermfg=NONE cterm=NONE guibg=#eeeeee guifg=NONE gui=NONE
hi EndOfBuffer ctermbg=234 ctermfg=234 cterm=NONE guibg=#ffffff guifg=#ffffff gui=NONE
hi Noise ctermbg=NONE ctermfg=240 cterm=NONE guibg=NONE guifg=#bbbbbb gui=NONE
hi link QuickScopePrimary IncSearch
hi link QuickScopeSecondary Pmenu
hi cssIdentifier ctermbg=NONE ctermfg=22 cterm=bold guibg=NONE guifg=#008700 gui=bold
hi cssClass ctermbg=NONE ctermfg=28 cterm=NONE guibg=NONE guifg=#5e955e gui=NONE
hi link cssFunction Keyword
hi cssProp ctermbg=NONE ctermfg=238 cterm=NONE guibg=NONE guifg=#9d9d9d gui=NONE
hi scssVariable ctermbg=NONE ctermfg=22 cterm=bold guibg=NONE guifg=#005a00 gui=bold
hi link cssAttr String
hi link cssAttrComma Noise
hi link cssIdentifierAttr Noise
hi link cssClassAttr cssIdentifierAttr
hi link cssAttrNoise Noise
hi link atKeyword PreProc
hi link cssIdentifier cssIdentifier
hi link cssClassName cssClass
hi link cssClassNameDot cssClass
hi link cssTagName htmlTagName
hi link cssPseudoClassId cssClassName
hi link cssKeyFrameSelector Label
hi link cssFunctionName cssFunction
hi link cssCustomProp scssVariable
hi link cssImportant Error
hi link cssBraces Noise
hi cssUnitDecorators ctermbg=NONE ctermfg=232 cterm=NONE guibg=NONE guifg=#777777 gui=NONE
hi link cssSelectorOp Conditional
hi link scssSelector cssClass
hi link scssSelectorName scssSelector
hi link scssSelectorChar cssIdentifier
hi link scssFunctionName cssFunctionName
hi link scssMixin keyword
hi link scssMixinName cssFunction
hi link scssampersand scssSelectorName
hi link scssSemicolon Noise
hi link scssAtRoot atKeyword
hi link vue_scss cssIdentifier
hi htmlTagName ctermbg=NONE ctermfg=20 cterm=NONE guibg=NONE guifg=#2d78b7 gui=NONE
hi htmlSpecialTagName ctermbg=NONE ctermfg=19 cterm=bold guibg=NONE guifg=#005faf gui=bold
hi htmlLink ctermbg=NONE ctermfg=232 cterm=italic,underline guibg=NONE guifg=#777777 gui=italic,underline
hi link htmlNormal Normal
hi link htmlTitle Title
hi link htmlH1 htmlTitle
hi link htmlTag Noise
hi link htmlEndTag htmlTag
hi link htmlArg PreProc
hi link htmlValue String
hi link htmlSpecialChar Special
hi link htmlPreStmt PreProc
hi link htmlPreError Error
hi link htmlPreProc PreProc
hi link htmlPreAttr String
hi link htmlPreProcAttrName PreProc
hi link htmlPreProcAttrError Error
hi link htmlSpecial Special
hi link htmlSpecialChar Special
hi link htmlString String
hi link htmlStatement Statement
hi link htmlComment Comment
hi link htmlCommentPart Comment
hi link htmlValue String
hi link htmlCommentError htmlError
hi link htmlTagError htmlError
hi link htmlEvent javaScript
hi link htmlError Error
hi link javaScript Special
hi link javaScriptExpression javaScript
hi link htmlCssStyleComment Comment
hi link htmlCssDefinition Special
hi link htmlImgArg htmlArg
hi link htmlSrcValue String
hi link htmlSrcsetValue htmlSrcValue
hi link htmlAltValue String
hi link htmlDataArg htmlTagName
hi link htmlDataValue Constant
hi link htmlHrefArg htmlArg
hi link htmlHrefValue htmlSrcValue
hi vueSpecial ctermbg=NONE ctermfg=17 cterm=bold guibg=NONE guifg=#1596d7 gui=bold
hi vueTagSpecial ctermbg=NONE ctermfg=19 cterm=bold guibg=NONE guifg=#56acd7 gui=bold
hi vueTagComponentName ctermbg=NONE ctermfg=20 cterm=NONE guibg=NONE guifg=#78b7d5 gui=NONE
hi vueDynamicComponent ctermbg=NONE ctermfg=20 cterm=bold guibg=NONE guifg=#78b7d5 gui=bold
hi link vueSlotName Constant
hi link vueComponentName vueTagComponentName
hi link vueTransitionComponent vueDynamicComponent
hi link vueTransitionName vueSlotName
hi link vueTransitionMode String
hi link vueDirective Identifier
hi link vueEvent Function
hi link vueConditional vueSpecial
hi link vueFor vueConditional
hi link vueRef vueSpecial
hi link vueSlot Noise
hi link vueDirectiveValue Type
hi link vueEventValue vueDirectiveValue
hi link vueConditionalValue vueDirectiveValue
hi link vueForValue vueConditionalValue
hi link vueRefValue Constant
hi link vueSlotValue vueSlotName
hi link vueObjectKey cssClass
hi link vueObjectValue vueDirectiveValue
hi link vueDirectiveClass Noise
hi link vueMustache Type
hi link jsFunctionKey Function
hi link jsFuncCall Keyword
hi link jsOperator Operator
hi link jsVariableDef Identifier
hi link jsGlobalObjects Keyqord
hi link jsGlobalNodeObjects jsGlobalObjects
hi link jsExceptions Exception
hi link jsBuiltins jsGlobalObjects
hi link jsStorageClass Include
hi link jsObjectKey Identifier
hi link jsObjectProp Type
hi link jsObjectValue StorageClass
hi link jsModuleKeyword Type
hi link jsOperatorKeyword Label
hi link jsThis jsGlobalObjects
hi link jsArrowFunction Function
hi link pythonBuiltin Type
hi link pythonBuiltinObj Special
hi link pythonDottedName Identifier
hi link pythonBrackets Noise
hi link pythonQuotes Noise
hi link pythonDot Noise
hi link pythonNoise Noise
hi link pythonExtraOperator Operator
hi link pythonDocString SpecialComment
hi pythonSelf ctermbg=NONE ctermfg=238 cterm=bold guibg=NONE guifg=#9d9d9d gui=bold
hi link JinjaVarBlock Noise
hi link JinjaTagBlock JinjaVarBlock
hi jinjaSpecial ctermbg=NONE ctermfg=17 cterm=bold guibg=NONE guifg=#5c6191 gui=bold
hi jinjaRaw ctermbg=NONE ctermfg=17 cterm=NONE guibg=NONE guifg=#5c6191 gui=NONE
hi jinjaStatement ctermbg=NONE ctermfg=19 cterm=NONE guibg=NONE guifg=#7e84c6 gui=NONE
hi jinjaFilter ctermbg=NONE ctermfg=20 cterm=NONE guibg=NONE guifg=#898fcb gui=NONE
hi jinjaBlockName ctermbg=NONE ctermfg=20 cterm=NONE guibg=NONE guifg=#898fcb gui=NONE
hi jinjaVariable ctermbg=NONE ctermfg=19 cterm=NONE guibg=NONE guifg=#7e84c6 gui=NONE
hi link jinjaString String
hi link jinjaNumber Number
hi link jinjaOperator Noise
hi link jinjaComment Comment
hi link sqlOperator Operator
hi vimFoldMarker ctermbg=NONE ctermfg=238 cterm=NONE guibg=NONE guifg=#9d9d9d gui=NONE
hi link vimMap Noise
hi link vimAbb vimMap
hi link VimCommand Statement
hi link VimOption String
hi link vimFunction Function
hi link vimFuncKey Special
hi link vimHighlight Noise
hi link vimAuGroupKey Noise
hi link vimGroupName Special
hi link vimAutoCmd Noise
hi link vimSynMtchGrp Type
hi link vimSynContains Type
hi link vimSynRegOpt Type
hi link vimHiTerm Include
hi link vimHiAttrib Number
hi link VimIsCommand Type
hi link vimNotation StorageClass
hi link vimMapLhs Special
hi link vimMapRhs Label
hi link vimNotFunc Conditional
hi link vimSep Noise
hi link vimParenSep vimSep
hi link vimContinue vimSep
hi link vimBracket vimSep
hi link vimOperParen Normal
hi link vimUserFunc Identifier
hi link vimFoldMarker Noise
hi link yamlKeyValueDelimiter Noise
hi link yamlFowIndicator Noise
hi link confComment Comment
hi markdownDelimiter ctermbg=NONE ctermfg=238 cterm=bold guibg=NONE guifg=#9d9d9d gui=bold
hi link markdownHeadingDelimiter markdownDelimiter
hi markdownListMarker ctermbg=NONE ctermfg=232 cterm=bold guibg=NONE guifg=#777777 gui=bold
hi link markdownCodeDelimiter markdownDelimiter
hi link markdownCode Type
hi markdownItalic ctermbg=NONE ctermfg=243 cterm=italic guibg=NONE guifg=#8c8c8c gui=italic
hi link markdownItalicDelimiter markdownDelimiter
hi markdownBold ctermbg=NONE ctermfg=243 cterm=bold guibg=NONE guifg=#8c8c8c gui=bold
hi link markdownBoldDelimiter markdownDelimiter
hi link markdownIdDeclaration Conditional
hi link markdownId markdownIdDeclaration
hi markdownLinkText ctermbg=NONE ctermfg=232 cterm=underline guibg=NONE guifg=#777777 gui=underline
hi ExtraWhitespace ctermbg=196 ctermfg=NONE cterm=NONE guibg=#efe6e6 guifg=NONE gui=NONE
hi link phpRegion Normal
hi link phpComparison Operator
hi link phpMethod Function
hi link phpParent Normal
hi link phpMemberSelector StorageClass
hi link phpVarSelector StorageClass
hi QuickfixLine ctermbg=NONE ctermfg=255 cterm=bold guibg=NONE guifg=#555555 gui=bold
hi qfLineNr ctermbg=NONE ctermfg=240 cterm=italic guibg=NONE guifg=#bbbbbb gui=italic
hi qfFilename ctermbg=NONE ctermfg=243 cterm=bold guibg=NONE guifg=#929292 gui=bold
hi link qfSeparator Ignore
hi link qfError ErrorMsg
hi link jsonKeyword Identifier
hi link jsonValue String
hi link jsonQuote Noise
hi link octobercmsSectionDelimiter Noise
hi link CocErrorSign ErrorMsg
hi link CocWarningSign WarningMsg
hi link CocInfoSign Question
hi link CocHintSign Question
hi link CocHighlightText IncSearch
hi link CocUnderline Error
hi link LspErrorText ErrorMsg
hi link LspWarningText WarningMsg
hi link LspInformationText Question
hi link LspHintText Question
hi link ALEError CocUnderline
hi link ALEErrorSign ErrorMsg
hi link ALEErrorSign ErrorMsg
hi link mkdCodeStart Comment
hi link mkdListItem Conditional
hi link netrwTreeBar Noise
hi link netrwClassify Noise
hi link netrwExe Identifier
hi link netrwDir String
hi link netrwPlain Statement
hi link netrwHelpCmd Type
hi link netrwCmdNote function
hi link netrwQuickHelp netrwCmdNote
hi link netrwCmdSep Noise
hi link netrwVersion StorageClass
hi link netrwList String
hi link netrwHidePat Identifier
hi link Variable Function
hi link shDerefSimple StorageClass
hi link shHereDoc01 Special
hi link shHereDoc02 shHereDoc01
hi link shHereDoc05 shHereDoc01
hi link shHereDoc Label
hi link RubyStringDelimiter Noise
elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16
set t_Co=16
hi DiffAdd ctermbg=darkgreen ctermfg=NONE cterm=NONE
hi DiffChange ctermbg=darkblue ctermfg=NONE cterm=NONE
hi DiffDelete ctermbg=darkred ctermfg=NONE cterm=NONE
hi DiffText ctermbg=darkblue ctermfg=white cterm=NONE
hi GitGutterDelete ctermbg=NONE ctermfg=red cterm=bold
hi GitGutterChange ctermbg=NONE ctermfg=blue cterm=bold
hi GitGutterAdd ctermbg=NONE ctermfg=green cterm=bold
hi GitGutterChangeDelete ctermbg=NONE ctermfg=magenta cterm=bold
hi Normal ctermbg=black ctermfg=gray cterm=NONE
set background=light
hi Special ctermbg=NONE ctermfg=magenta cterm=bold
hi SpecialKey ctermbg=NONE ctermfg=gray cterm=NONE
hi NonText ctermbg=NONE ctermfg=gray cterm=NONE
hi Noise ctermbg=NONE ctermfg=gray cterm=NONE
hi Tag ctermbg=magenta ctermfg=NONE cterm=NONE
hi Identifier ctermbg=NONE ctermfg=magenta cterm=bold
hi Function ctermbg=NONE ctermfg=magenta cterm=NONE
hi Type ctermbg=NONE ctermfg=magenta cterm=bold
hi StorageClass ctermbg=NONE ctermfg=magenta cterm=NONE
hi link Structure StorageClass
hi link TypeDef StorageClass
hi Constant ctermbg=NONE ctermfg=gray cterm=italic
hi String ctermbg=NONE ctermfg=gray cterm=italic
hi link Character String
hi link Number String
hi link Boolean String
hi link Float String
hi Folded ctermbg=NONE ctermfg=gray cterm=bold
hi Statement ctermbg=NONE ctermfg=gray cterm=NONE
hi Conditional ctermbg=NONE ctermfg=gray cterm=bold
hi link Repeat Conditional
hi Label ctermbg=NONE ctermfg=gray cterm=bold
hi Operator ctermbg=NONE ctermfg=gray cterm=NONE
hi Keyword ctermbg=NONE ctermfg=gray cterm=NONE
hi Exception ctermbg=NONE ctermfg=magenta cterm=bold
hi PreProc ctermbg=NONE ctermfg=gray cterm=bold
hi Include ctermbg=NONE ctermfg=gray cterm=NONE
hi Comment ctermbg=NONE ctermfg=gray cterm=bold,italic
hi CommentDim ctermbg=NONE ctermfg=gray cterm=bold,italic
hi SpecialComment ctermbg=NONE ctermfg=gray cterm=italic
hi Todo ctermbg=NONE ctermfg=red cterm=bold,italic
hi Ignore ctermbg=NONE ctermfg=black cterm=NONE
hi Conceal ctermbg=NONE ctermfg=NONE cterm=NONE
hi Error ctermbg=red ctermfg=red cterm=bold
hi Underlined ctermbg=NONE ctermfg=NONE cterm=underline
hi StatusLine ctermbg=gray ctermfg=white cterm=italic
hi StatusLineNC ctermbg=gray ctermfg=gray cterm=italic
hi link TabLine StatusLineNc
hi link TabLineSel StatusLine
hi link TabLineNumSel StatusLine
hi TabLineFill ctermbg=gray ctermfg=gray cterm=italic
hi TabLineItem ctermbg=gray ctermfg=gray cterm=italic
hi TabLineItemSel ctermbg=gray ctermfg=white cterm=italic
hi VertSplit ctermbg=black ctermfg=gray cterm=NONE
hi FoldColumn ctermbg=black ctermfg=gray cterm=NONE
hi ColorColumn ctermbg=white ctermfg=NONE cterm=NONE
hi SignColumn ctermbg=black ctermfg=white cterm=NONE
hi CursorLine ctermbg=white ctermfg=NONE cterm=NONE
hi Title ctermbg=NONE ctermfg=gray cterm=bold,italic
hi LineNr ctermbg=black ctermfg=gray cterm=NONE
hi CursorLineNr ctermbg=black ctermfg=gray cterm=bold
hi Pmenu ctermbg=gray ctermfg=gray cterm=NONE
hi PmenuSbar ctermbg=gray ctermfg=gray cterm=NONE
hi PmenuSel ctermbg=gray ctermfg=white cterm=bold
hi PmenuThumb ctermbg=gray ctermfg=gray cterm=NONE
hi IncSearch ctermbg=darkblue ctermfg=black cterm=NONE
hi Search ctermbg=darkblue ctermfg=white cterm=NONE
hi Visual ctermbg=darkblue ctermfg=NONE cterm=NONE
hi VisualNOS ctermbg=darkred ctermfg=NONE cterm=NONE
hi Directory ctermbg=NONE ctermfg=white cterm=NONE
hi MatchParen ctermbg=darkblue ctermfg=NONE cterm=bold
hi SpellBad ctermbg=NONE ctermfg=red cterm=NONE
hi SpellCap ctermbg=NONE ctermfg=yellow cterm=NONE
hi SpellLocal ctermbg=NONE ctermfg=darkyellow cterm=NONE
hi SpellRare ctermbg=NONE ctermfg=darkyellow cterm=NONE
hi WildMenu ctermbg=gray ctermfg=white cterm=bold
hi ErrorMsg ctermbg=NONE ctermfg=red cterm=italic
hi ModeMsg ctermbg=NONE ctermfg=white cterm=italic
hi MoreMsg ctermbg=NONE ctermfg=white cterm=italic
hi Question ctermbg=NONE ctermfg=darkgray cterm=italic
hi WarningMsg ctermbg=NONE ctermfg=yellow cterm=italic
hi CursorColumn ctermbg=white ctermfg=NONE cterm=NONE
hi EndOfBuffer ctermbg=black ctermfg=black cterm=NONE
hi Noise ctermbg=NONE ctermfg=gray cterm=NONE
hi link QuickScopePrimary IncSearch
hi link QuickScopeSecondary Pmenu
hi cssIdentifier ctermbg=NONE ctermfg=darkgreen cterm=bold
hi cssClass ctermbg=NONE ctermfg=darkgreen cterm=NONE
hi link cssFunction Keyword
hi cssProp ctermbg=NONE ctermfg=gray cterm=NONE
hi scssVariable ctermbg=NONE ctermfg=darkgreen cterm=bold
hi link cssAttr String
hi link cssAttrComma Noise
hi link cssIdentifierAttr Noise
hi link cssClassAttr cssIdentifierAttr
hi link cssAttrNoise Noise
hi link atKeyword PreProc
hi link cssIdentifier cssIdentifier
hi link cssClassName cssClass
hi link cssClassNameDot cssClass
hi link cssTagName htmlTagName
hi link cssPseudoClassId cssClassName
hi link cssKeyFrameSelector Label
hi link cssFunctionName cssFunction
hi link cssCustomProp scssVariable
hi link cssImportant Error
hi link cssBraces Noise
hi cssUnitDecorators ctermbg=NONE ctermfg=gray cterm=NONE
hi link cssSelectorOp Conditional
hi link scssSelector cssClass
hi link scssSelectorName scssSelector
hi link scssSelectorChar cssIdentifier
hi link scssFunctionName cssFunctionName
hi link scssMixin keyword
hi link scssMixinName cssFunction
hi link scssampersand scssSelectorName
hi link scssSemicolon Noise
hi link scssAtRoot atKeyword
hi link vue_scss cssIdentifier
hi htmlTagName ctermbg=NONE ctermfg=blue cterm=NONE
hi htmlSpecialTagName ctermbg=NONE ctermfg=blue cterm=bold
hi htmlLink ctermbg=NONE ctermfg=gray cterm=italic,underline
hi link htmlNormal Normal
hi link htmlTitle Title
hi link htmlH1 htmlTitle
hi link htmlTag Noise
hi link htmlEndTag htmlTag
hi link htmlArg PreProc
hi link htmlValue String
hi link htmlSpecialChar Special
hi link htmlPreStmt PreProc
hi link htmlPreError Error
hi link htmlPreProc PreProc
hi link htmlPreAttr String
hi link htmlPreProcAttrName PreProc
hi link htmlPreProcAttrError Error
hi link htmlSpecial Special
hi link htmlSpecialChar Special
hi link htmlString String
hi link htmlStatement Statement
hi link htmlComment Comment
hi link htmlCommentPart Comment
hi link htmlValue String
hi link htmlCommentError htmlError
hi link htmlTagError htmlError
hi link htmlEvent javaScript
hi link htmlError Error
hi link javaScript Special
hi link javaScriptExpression javaScript
hi link htmlCssStyleComment Comment
hi link htmlCssDefinition Special
hi link htmlImgArg htmlArg
hi link htmlSrcValue String
hi link htmlSrcsetValue htmlSrcValue
hi link htmlAltValue String
hi link htmlDataArg htmlTagName
hi link htmlDataValue Constant
hi link htmlHrefArg htmlArg
hi link htmlHrefValue htmlSrcValue
hi vueSpecial ctermbg=NONE ctermfg=darkblue cterm=bold
hi vueTagSpecial ctermbg=NONE ctermfg=blue cterm=bold
hi vueTagComponentName ctermbg=NONE ctermfg=blue cterm=NONE
hi vueDynamicComponent ctermbg=NONE ctermfg=blue cterm=bold
hi link vueSlotName Constant
hi link vueComponentName vueTagComponentName
hi link vueTransitionComponent vueDynamicComponent
hi link vueTransitionName vueSlotName
hi link vueTransitionMode String
hi link vueDirective Identifier
hi link vueEvent Function
hi link vueConditional vueSpecial
hi link vueFor vueConditional
hi link vueRef vueSpecial
hi link vueSlot Noise
hi link vueDirectiveValue Type
hi link vueEventValue vueDirectiveValue
hi link vueConditionalValue vueDirectiveValue
hi link vueForValue vueConditionalValue
hi link vueRefValue Constant
hi link vueSlotValue vueSlotName
hi link vueObjectKey cssClass
hi link vueObjectValue vueDirectiveValue
hi link vueDirectiveClass Noise
hi link vueMustache Type
hi link jsFunctionKey Function
hi link jsFuncCall Keyword
hi link jsOperator Operator
hi link jsVariableDef Identifier
hi link jsGlobalObjects Keyqord
hi link jsGlobalNodeObjects jsGlobalObjects
hi link jsExceptions Exception
hi link jsBuiltins jsGlobalObjects
hi link jsStorageClass Include
hi link jsObjectKey Identifier
hi link jsObjectProp Type
hi link jsObjectValue StorageClass
hi link jsModuleKeyword Type
hi link jsOperatorKeyword Label
hi link jsThis jsGlobalObjects
hi link jsArrowFunction Function
hi link pythonBuiltin Type
hi link pythonBuiltinObj Special
hi link pythonDottedName Identifier
hi link pythonBrackets Noise
hi link pythonQuotes Noise
hi link pythonDot Noise
hi link pythonNoise Noise
hi link pythonExtraOperator Operator
hi link pythonDocString SpecialComment
hi pythonSelf ctermbg=NONE ctermfg=gray cterm=bold
hi link JinjaVarBlock Noise
hi link JinjaTagBlock JinjaVarBlock
hi jinjaSpecial ctermbg=NONE ctermfg=darkblue cterm=bold
hi jinjaRaw ctermbg=NONE ctermfg=darkblue cterm=NONE
hi jinjaStatement ctermbg=NONE ctermfg=darkblue cterm=NONE
hi jinjaFilter ctermbg=NONE ctermfg=blue cterm=NONE
hi jinjaBlockName ctermbg=NONE ctermfg=blue cterm=NONE
hi jinjaVariable ctermbg=NONE ctermfg=darkblue cterm=NONE
hi link jinjaString String
hi link jinjaNumber Number
hi link jinjaOperator Noise
hi link jinjaComment Comment
hi link sqlOperator Operator
hi vimFoldMarker ctermbg=NONE ctermfg=gray cterm=NONE
hi link vimMap Noise
hi link vimAbb vimMap
hi link VimCommand Statement
hi link VimOption String
hi link vimFunction Function
hi link vimFuncKey Special
hi link vimHighlight Noise
hi link vimAuGroupKey Noise
hi link vimGroupName Special
hi link vimAutoCmd Noise
hi link vimSynMtchGrp Type
hi link vimSynContains Type
hi link vimSynRegOpt Type
hi link vimHiTerm Include
hi link vimHiAttrib Number
hi link VimIsCommand Type
hi link vimNotation StorageClass
hi link vimMapLhs Special
hi link vimMapRhs Label
hi link vimNotFunc Conditional
hi link vimSep Noise
hi link vimParenSep vimSep
hi link vimContinue vimSep
hi link vimBracket vimSep
hi link vimOperParen Normal
hi link vimUserFunc Identifier
hi link vimFoldMarker Noise
hi link yamlKeyValueDelimiter Noise
hi link yamlFowIndicator Noise
hi link confComment Comment
hi markdownDelimiter ctermbg=NONE ctermfg=gray cterm=bold
hi link markdownHeadingDelimiter markdownDelimiter
hi markdownListMarker ctermbg=NONE ctermfg=gray cterm=bold
hi link markdownCodeDelimiter markdownDelimiter
hi link markdownCode Type
hi markdownItalic ctermbg=NONE ctermfg=gray cterm=italic
hi link markdownItalicDelimiter markdownDelimiter
hi markdownBold ctermbg=NONE ctermfg=gray cterm=bold
hi link markdownBoldDelimiter markdownDelimiter
hi link markdownIdDeclaration Conditional
hi link markdownId markdownIdDeclaration
hi markdownLinkText ctermbg=NONE ctermfg=gray cterm=underline
hi ExtraWhitespace ctermbg=red ctermfg=NONE cterm=NONE
hi link phpRegion Normal
hi link phpComparison Operator
hi link phpMethod Function
hi link phpParent Normal
hi link phpMemberSelector StorageClass
hi link phpVarSelector StorageClass
hi QuickfixLine ctermbg=NONE ctermfg=white cterm=bold
hi qfLineNr ctermbg=NONE ctermfg=gray cterm=italic
hi qfFilename ctermbg=NONE ctermfg=gray cterm=bold
hi link qfSeparator Ignore
hi link qfError ErrorMsg
hi link jsonKeyword Identifier
hi link jsonValue String
hi link jsonQuote Noise
hi link octobercmsSectionDelimiter Noise
hi link CocErrorSign ErrorMsg
hi link CocWarningSign WarningMsg
hi link CocInfoSign Question
hi link CocHintSign Question
hi link CocHighlightText IncSearch
hi link CocUnderline Error
hi link LspErrorText ErrorMsg
hi link LspWarningText WarningMsg
hi link LspInformationText Question
hi link LspHintText Question
hi link ALEError CocUnderline
hi link ALEErrorSign ErrorMsg
hi link ALEErrorSign ErrorMsg
hi link mkdCodeStart Comment
hi link mkdListItem Conditional
hi link netrwTreeBar Noise
hi link netrwClassify Noise
hi link netrwExe Identifier
hi link netrwDir String
hi link netrwPlain Statement
hi link netrwHelpCmd Type
hi link netrwCmdNote function
hi link netrwQuickHelp netrwCmdNote
hi link netrwCmdSep Noise
hi link netrwVersion StorageClass
hi link netrwList String
hi link netrwHidePat Identifier
hi link Variable Function
hi link shDerefSimple StorageClass
hi link shHereDoc01 Special
hi link shHereDoc02 shHereDoc01
hi link shHereDoc05 shHereDoc01
hi link shHereDoc Label
hi link RubyStringDelimiter Noise
endif
augroup cursorlinebg
au!
au InsertEnter * hi CursorLine ctermbg=17 ctermfg=NONE cterm=NONE guibg=#dddddd guifg=NONE
au InsertLeave * hi CursorLine ctermbg=250 ctermfg=NONE cterm=NONE guibg=#eeeeee guifg=NONE
augroup END