From 6a6dab05dfa12326206cd3ee7914600bf2064710 Mon Sep 17 00:00:00 2001 From: BonaBeavis Date: Wed, 22 Dec 2021 16:23:12 +0100 Subject: Add cmp highlights Signed-off-by: BonaBeavis --- colors/base16-atelier-dune-light.vim | 90 +++++++++++++++++++++++++----------- 1 file changed, 63 insertions(+), 27 deletions(-) (limited to 'colors/base16-atelier-dune-light.vim') diff --git a/colors/base16-atelier-dune-light.vim b/colors/base16-atelier-dune-light.vim index dcea4cb..6000ab9 100644 --- a/colors/base16-atelier-dune-light.vim +++ b/colors/base16-atelier-dune-light.vim @@ -234,13 +234,15 @@ call hi("CursorColumn", "", s:gui01, "", s:cterm01, "none", "") call hi("CursorLine", "", s:gui01, "", s:cterm01, "none", "") call hi("CursorLineNr", s:gui04, s:gui01, s:cterm04, s:cterm01, "bold", "") call hi("QuickFixLine", "", s:gui01, "", s:cterm01, "none", "") -call hi("PMenu", s:gui05, s:gui01, s:cterm05, s:cterm01, "none", "") -call hi("PMenuSel", s:gui05, s:gui02, s:cterm05, s:cterm02, "", "") +call hi("PMenu", s:gui06, s:gui01, s:cterm06, s:cterm01, "none", "") +call hi("PMenuSel", s:gui06, s:gui02, s:cterm06, s:cterm02, "", "") +call hi("PMenuSbar", "", s:gui03, "", s:cterm03, "", "") +call hi("PMenuThumb", "", s:gui04, "", s:cterm04, "", "") call hi("TabLine", s:gui03, s:gui01, s:cterm03, s:cterm01, "none", "") call hi("TabLineFill", s:gui03, s:gui01, s:cterm03, s:cterm01, "none", "") call hi("TabLineSel", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "none", "") -" Standard syntax highlighting +" Standard syntax call hi("Boolean", s:gui09, "", s:cterm09, "", "", "") call hi("Character", s:gui08, "", s:cterm08, "", "", "") call hi("Comment", s:gui03, "", s:cterm03, "", "", "") @@ -270,6 +272,9 @@ call hi("Type", s:gui0A, "", s:cterm0A, "", "none", "") call hi("Typedef", s:gui0A, "", s:cterm0A, "", "", "") " Standard highlights to be used by plugins +call hi("Deprecated", "", "", "", "", "strikethrough", "") +call hi("SearchMatch", s:gui0C, "", s:cterm0C, "", "", "") + call hi("GitAddSign", s:gui0B, "", s:cterm0B, "", "", "") call hi("GitChangeSign", s:gui04, "", s:cterm04, "", "", "") call hi("GitDeleteSign", s:gui08, "", s:cterm08, "", "", "") @@ -299,11 +304,11 @@ call hi("ReferenceText", s:gui01, s:gui0A, s:cterm01, s:cterm0A, "", "") call hi("ReferenceRead", s:gui01, s:gui0B, s:cterm01, s:cterm0B, "", "") call hi("ReferenceWrite", s:gui01, s:gui08, s:cterm01, s:cterm08, "", "") -" C highlighting +" C call hi("cOperator", s:gui0C, "", s:cterm0C, "", "", "") call hi("cPreCondit", s:gui0E, "", s:cterm0E, "", "", "") -" C# highlighting +" C# call hi("csClass", s:gui0A, "", s:cterm0A, "", "", "") call hi("csAttribute", s:gui0A, "", s:cterm0A, "", "", "") call hi("csModifier", s:gui0E, "", s:cterm0E, "", "", "") @@ -312,7 +317,7 @@ call hi("csUnspecifiedStatement", s:gui0D, "", s:cterm0D, "", "", "") call hi("csContextualStatement", s:gui0E, "", s:cterm0E, "", "", "") call hi("csNewDecleration", s:gui08, "", s:cterm08, "", "", "") -" Clap highlighting +" Clap hi! link ClapInput ColorColumn hi! link ClapSpinner ColorColumn hi! link ClapDisplay Default @@ -320,7 +325,7 @@ hi! link ClapPreview ColorColumn hi! link ClapCurrentSelection CursorLine hi! link ClapNoMatchesFound ErrorFloat -" Coc highlighting +" Coc hi! link CocErrorSign ErrorSign hi! link CocWarningSign WarningSign hi! link CocInfoSign InfoSign @@ -393,12 +398,43 @@ call hi("CocListMode", s:gui01, s:gui0B, s:cterm01, s:cterm0B, "bol call hi("CocListPath", s:gui01, s:gui0B, s:cterm01, s:cterm0B, "", "") call hi("CocSessionsName", s:gui05, "", s:cterm05, "", "", "") -" CSS highlighting +" CSS call hi("cssBraces", s:gui05, "", s:cterm05, "", "", "") call hi("cssClassName", s:gui0E, "", s:cterm0E, "", "", "") call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") -" Diff highlighting +" CMP +hi! link CmpItemAbbrDeprecated Deprecated +hi! link CmpItemAbbrMatch SearchMatch +hi! link CmpItemAbbrMatchFuzzy SearchMatch +" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") +hi! link CmpItemKindText TSText +hi! link CmpItemKindMethod TSMethod +hi! link CmpItemKindFunction TSFunction +hi! link CmpItemKindConstructor TSConstructor +hi! link CmpItemKindField TSField +hi! link CmpItemKindVariable TSVariable +" hi! link CmpItemKindClass TS +hi! link CmpItemKindInterface TSText +" hi! link CmpItemKindModule TS +hi! link CmpItemKindProperty TSProperty +hi! link CmpItemKindUnit TSKeyword +" hi! link CmpItemKindValue TS +" hi! link CmpItemKindEnum TS +hi! link CmpItemKindKeyword TSKeyword +" hi! link CmpItemKindSnippet TS +" hi! link CmpItemKindColor TS +" hi! link CmpItemKindFile TS +" hi! link CmpItemKindReference TS +" hi! link CmpItemKindFolder TS +" hi! link CmpItemKindEnumMember TS +hi! link CmpItemKindConstant TSConstant +" hi! link CmpItemKindStruct TS +" hi! link CmpItemKindEvent TS +hi! link CmpItemKindOperator TSOperator +hi! link CmpItemKindTypeParameter TSType + +" Diff call hi("DiffAdd", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "", "") call hi("DiffChange", s:gui05, s:gui01, s:cterm05, s:cterm01, "", "") call hi("DiffDelete", s:gui08, s:gui00, s:cterm08, s:cterm00, "", "") @@ -409,7 +445,7 @@ call hi("DiffNewFile", s:gui0B, s:gui00, s:cterm0B, s:cterm00, "", "") call hi("DiffLine", s:gui0D, s:gui00, s:cterm0D, s:cterm00, "", "") call hi("DiffRemoved", s:gui08, s:gui00, s:cterm08, s:cterm00, "", "") -" Git highlighting +" Git call hi("gitcommitOverflow", s:gui08, "", s:cterm08, "", "", "") call hi("gitcommitSummary", s:gui0B, "", s:cterm0B, "", "", "") call hi("gitcommitComment", s:gui03, "", s:cterm03, "", "", "") @@ -426,23 +462,23 @@ call hi("gitcommitUnmergedFile", s:gui08, "", s:cterm08, "", "bold", "") call hi("gitcommitDiscardedFile", s:gui08, "", s:cterm08, "", "bold", "") call hi("gitcommitSelectedFile", s:gui0B, "", s:cterm0B, "", "bold", "") -" GitGutter highlighting +" GitGutter hi! link GitGutterAdd GitAddSign hi! link GitGutterChange GitChangeSign hi! link GitGutterDelete GitDeleteSign hi! link GitGutterChangeDelete GitChangeDeleteSign -" HTML highlighting +" HTML call hi("htmlBold", s:gui05, "", s:cterm0A, "", "bold", "") call hi("htmlItalic", s:gui05, "", s:cterm0E, "", "italic", "") call hi("htmlEndTag", s:gui05, "", s:cterm05, "", "", "") call hi("htmlTag", s:gui05, "", s:cterm05, "", "", "") -" JavaScript highlighting +" JavaScript call hi("javaScript", s:gui05, "", s:cterm05, "", "", "") call hi("javaScriptBraces", s:gui05, "", s:cterm05, "", "", "") call hi("javaScriptNumber", s:gui09, "", s:cterm09, "", "", "") -" pangloss/vim-javascript highlighting +" pangloss/vim-javascript call hi("jsOperator", s:gui0D, "", s:cterm0D, "", "", "") call hi("jsStatement", s:gui0E, "", s:cterm0E, "", "", "") call hi("jsReturn", s:gui0E, "", s:cterm0E, "", "", "") @@ -459,7 +495,7 @@ call hi("jsGlobalNodeObjects", s:gui0A, "", s:cterm0A, "", "", "") call hi("jsExceptions", s:gui0A, "", s:cterm0A, "", "", "") call hi("jsBuiltins", s:gui0A, "", s:cterm0A, "", "", "") -" Mail highlighting +" Mail call hi("mailQuoted1", s:gui0A, "", s:cterm0A, "", "", "") call hi("mailQuoted2", s:gui0B, "", s:cterm0B, "", "", "") call hi("mailQuoted3", s:gui0E, "", s:cterm0E, "", "", "") @@ -469,29 +505,29 @@ call hi("mailQuoted6", s:gui0A, "", s:cterm0A, "", "", "") call hi("mailURL", s:gui0D, "", s:cterm0D, "", "", "") call hi("mailEmail", s:gui0D, "", s:cterm0D, "", "", "") -" Markdown highlighting +" Markdown call hi("markdownCode", s:gui0B, "", s:cterm0B, "", "", "") call hi("markdownError", s:gui05, s:gui00, s:cterm05, s:cterm00, "", "") call hi("markdownCodeBlock", s:gui0B, "", s:cterm0B, "", "", "") call hi("markdownHeadingDelimiter", s:gui0D, "", s:cterm0D, "", "", "") -" NERDTree highlighting +" NERDTree call hi("NERDTreeDirSlash", s:gui0D, "", s:cterm0D, "", "", "") call hi("NERDTreeExecFile", s:gui05, "", s:cterm05, "", "", "") -" PHP highlighting +" PHP call hi("phpMemberSelector", s:gui05, "", s:cterm05, "", "", "") call hi("phpComparison", s:gui05, "", s:cterm05, "", "", "") call hi("phpParent", s:gui05, "", s:cterm05, "", "", "") call hi("phpMethodsVar", s:gui0C, "", s:cterm0C, "", "", "") -" Python highlighting +" Python call hi("pythonOperator", s:gui0E, "", s:cterm0E, "", "", "") call hi("pythonRepeat", s:gui0E, "", s:cterm0E, "", "", "") call hi("pythonInclude", s:gui0E, "", s:cterm0E, "", "", "") call hi("pythonStatement", s:gui0E, "", s:cterm0E, "", "", "") -" Ruby highlighting +" Ruby call hi("rubyAttribute", s:gui0D, "", s:cterm0D, "", "", "") call hi("rubyConstant", s:gui0A, "", s:cterm0A, "", "", "") call hi("rubyInterpolationDelimiter", s:gui0F, "", s:cterm0F, "", "", "") @@ -499,19 +535,19 @@ call hi("rubyRegexp", s:gui0C, "", s:cterm0C, "", "", "") call hi("rubySymbol", s:gui0B, "", s:cterm0B, "", "", "") call hi("rubyStringDelimiter", s:gui0B, "", s:cterm0B, "", "", "") -" SASS highlighting +" SASS call hi("sassidChar", s:gui08, "", s:cterm08, "", "", "") call hi("sassClassChar", s:gui09, "", s:cterm09, "", "", "") call hi("sassInclude", s:gui0E, "", s:cterm0E, "", "", "") call hi("sassMixing", s:gui0E, "", s:cterm0E, "", "", "") call hi("sassMixinName", s:gui0D, "", s:cterm0D, "", "", "") -" Signify highlighting +" Signify hi! link SignifySignAdd GitAddSign hi! link SignifySignChange GitChangeSign hi! link SignifySignDelete GitDeleteSign -" Startify highlighting +" Startify call hi("StartifyBracket", s:gui03, "", s:cterm03, "", "", "") call hi("StartifyFile", s:gui07, "", s:cterm07, "", "", "") call hi("StartifyFooter", s:gui03, "", s:cterm03, "", "", "") @@ -523,16 +559,16 @@ call hi("StartifySelect", s:gui0C, "", s:cterm0C, "", "", "") call hi("StartifySlash", s:gui03, "", s:cterm03, "", "", "") call hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") -" Treesitter highlighting +" Treesitter hi! link TSVariable Identifier -" Treesitter-refactor highlighting +" Treesitter-refactor if has("nvim") call hi("TSDefinition", "", s:gui03, "", s:cterm03, "", "") call hi("TSDefinitionUsage", "", s:gui02, "", s:cterm02, "none", "") endif -" LSP highlighting +" LSP if has("nvim") hi! link DiagnosticError ErrorSign hi! link DiagnosticWarn WarningSign @@ -580,7 +616,7 @@ if has("nvim") hi! link LspReferenceWrite ReferenceWrite endif -" Java highlighting +" Java call hi("javaOperator", s:gui0D, "", s:cterm0D, "", "", "") " Remove functions -- cgit v1.2.3 From 3e024ffa798c591bebc25563b6887c6f8de9c8a2 Mon Sep 17 00:00:00 2001 From: BonaBeavis Date: Wed, 22 Dec 2021 16:27:47 +0100 Subject: Make --- colors/base16-3024.vim | 1 - colors/base16-apathy.vim | 1 - colors/base16-apprentice.vim | 1 - colors/base16-ashes.vim | 1 - colors/base16-atelier-cave-light.vim | 1 - colors/base16-atelier-cave.vim | 1 - colors/base16-atelier-dune-light.vim | 1 - colors/base16-atelier-dune.vim | 1 - colors/base16-atelier-estuary-light.vim | 1 - colors/base16-atelier-estuary.vim | 1 - colors/base16-atelier-forest-light.vim | 1 - colors/base16-atelier-forest.vim | 1 - colors/base16-atelier-heath-light.vim | 1 - colors/base16-atelier-heath.vim | 1 - colors/base16-atelier-lakeside-light.vim | 1 - colors/base16-atelier-lakeside.vim | 1 - colors/base16-atelier-plateau-light.vim | 1 - colors/base16-atelier-plateau.vim | 1 - colors/base16-atelier-savanna-light.vim | 1 - colors/base16-atelier-savanna.vim | 1 - colors/base16-atelier-seaside-light.vim | 1 - colors/base16-atelier-seaside.vim | 1 - colors/base16-atelier-sulphurpool-light.vim | 1 - colors/base16-atelier-sulphurpool.vim | 1 - colors/base16-atlas.vim | 1 - colors/base16-bespin.vim | 1 - colors/base16-black-metal-bathory.vim | 1 - colors/base16-black-metal-burzum.vim | 1 - colors/base16-black-metal-dark-funeral.vim | 1 - colors/base16-black-metal-gorgoroth.vim | 1 - colors/base16-black-metal-immortal.vim | 1 - colors/base16-black-metal-khold.vim | 1 - colors/base16-black-metal-marduk.vim | 1 - colors/base16-black-metal-mayhem.vim | 1 - colors/base16-black-metal-nile.vim | 1 - colors/base16-black-metal-venom.vim | 1 - colors/base16-black-metal.vim | 1 - colors/base16-brewer.vim | 1 - colors/base16-bright.vim | 1 - colors/base16-brogrammer.vim | 1 - colors/base16-brushtrees-dark.vim | 1 - colors/base16-brushtrees.vim | 1 - colors/base16-chalk.vim | 1 - colors/base16-circus.vim | 1 - colors/base16-classic-dark.vim | 1 - colors/base16-classic-light.vim | 1 - colors/base16-codeschool.vim | 1 - colors/base16-colors.vim | 1 - colors/base16-cupcake.vim | 1 - colors/base16-cupertino.vim | 1 - colors/base16-danqing.vim | 1 - colors/base16-darcula.vim | 1 - colors/base16-darkmoss.vim | 1 - colors/base16-darktooth.vim | 1 - colors/base16-darkviolet.vim | 1 - colors/base16-decaf.vim | 1 - colors/base16-default-dark.vim | 1 - colors/base16-default-light.vim | 1 - colors/base16-dirtysea.vim | 1 - colors/base16-dracula.vim | 1 - colors/base16-edge-dark.vim | 1 - colors/base16-edge-light.vim | 1 - colors/base16-eighties.vim | 1 - colors/base16-embers.vim | 1 - colors/base16-equilibrium-dark.vim | 1 - colors/base16-equilibrium-gray-dark.vim | 1 - colors/base16-equilibrium-gray-light.vim | 1 - colors/base16-equilibrium-light.vim | 1 - colors/base16-espresso.vim | 1 - colors/base16-eva-dim.vim | 1 - colors/base16-eva.vim | 1 - colors/base16-flat.vim | 1 - colors/base16-framer.vim | 1 - colors/base16-fruit-soda.vim | 1 - colors/base16-gigavolt.vim | 1 - colors/base16-github.vim | 1 - colors/base16-google-dark.vim | 1 - colors/base16-google-light.vim | 1 - colors/base16-grayscale-dark.vim | 1 - colors/base16-grayscale-light.vim | 1 - colors/base16-greenscreen.vim | 1 - colors/base16-gruvbox-dark-hard.vim | 1 - colors/base16-gruvbox-dark-medium.vim | 1 - colors/base16-gruvbox-dark-pale.vim | 1 - colors/base16-gruvbox-dark-soft.vim | 1 - colors/base16-gruvbox-light-hard.vim | 1 - colors/base16-gruvbox-light-medium.vim | 1 - colors/base16-gruvbox-light-soft.vim | 1 - colors/base16-hardcore.vim | 1 - colors/base16-harmonic-dark.vim | 1 - colors/base16-harmonic-light.vim | 1 - colors/base16-heetch-light.vim | 1 - colors/base16-heetch.vim | 1 - colors/base16-helios.vim | 1 - colors/base16-hopscotch.vim | 1 - colors/base16-horizon-dark.vim | 1 - colors/base16-horizon-light.vim | 1 - colors/base16-horizon-terminal-dark.vim | 1 - colors/base16-horizon-terminal-light.vim | 1 - colors/base16-humanoid-dark.vim | 1 - colors/base16-humanoid-light.vim | 1 - colors/base16-ia-dark.vim | 1 - colors/base16-ia-light.vim | 1 - colors/base16-icy.vim | 1 - colors/base16-irblack.vim | 1 - colors/base16-isotope.vim | 1 - colors/base16-kimber.vim | 1 - colors/base16-macintosh.vim | 1 - colors/base16-marrakesh.vim | 1 - colors/base16-materia.vim | 1 - colors/base16-material-darker.vim | 1 - colors/base16-material-lighter.vim | 1 - colors/base16-material-palenight.vim | 1 - colors/base16-material-vivid.vim | 1 - colors/base16-material.vim | 1 - colors/base16-mellow-purple.vim | 1 - colors/base16-mexico-light.vim | 1 - colors/base16-mocha.vim | 1 - colors/base16-monokai.vim | 1 - colors/base16-nebula.vim | 1 - colors/base16-nord.vim | 1 - colors/base16-nova.vim | 1 - colors/base16-ocean.vim | 1 - colors/base16-oceanicnext.vim | 1 - colors/base16-one-light.vim | 1 - colors/base16-onedark.vim | 1 - colors/base16-outrun-dark.vim | 1 - colors/base16-papercolor-dark.vim | 1 - colors/base16-papercolor-light.vim | 1 - colors/base16-paraiso.vim | 1 - colors/base16-pasque.vim | 1 - colors/base16-phd.vim | 1 - colors/base16-pico.vim | 1 - colors/base16-pinky.vim | 1 - colors/base16-pop.vim | 1 - colors/base16-porple.vim | 1 - colors/base16-qualia.vim | 1 - colors/base16-railscasts.vim | 1 - colors/base16-rebecca.vim | 1 - colors/base16-rose-pine-dawn.vim | 1 - colors/base16-rose-pine-moon.vim | 1 - colors/base16-rose-pine.vim | 1 - colors/base16-sagelight.vim | 1 - colors/base16-sakura.vim | 1 - colors/base16-sandcastle.vim | 1 - colors/base16-seti.vim | 1 - colors/base16-shades-of-purple.vim | 1 - colors/base16-shapeshifter.vim | 1 - colors/base16-silk-dark.vim | 1 - colors/base16-silk-light.vim | 1 - colors/base16-snazzy.vim | 1 - colors/base16-solarflare-light.vim | 1 - colors/base16-solarflare.vim | 1 - colors/base16-solarized-dark.vim | 1 - colors/base16-solarized-light.vim | 1 - colors/base16-spacemacs.vim | 1 - colors/base16-summercamp.vim | 1 - colors/base16-summerfruit-dark.vim | 1 - colors/base16-summerfruit-light.vim | 1 - colors/base16-synth-midnight-dark.vim | 1 - colors/base16-synth-midnight-light.vim | 1 - colors/base16-tango.vim | 1 - colors/base16-tender.vim | 1 - colors/base16-tomorrow-night-eighties.vim | 1 - colors/base16-tomorrow-night.vim | 1 - colors/base16-tomorrow.vim | 1 - colors/base16-tube.vim | 1 - colors/base16-twilight.vim | 1 - colors/base16-unikitty-dark.vim | 1 - colors/base16-unikitty-light.vim | 1 - colors/base16-vulcan.vim | 1 - colors/base16-windows-10-light.vim | 1 - colors/base16-windows-10.vim | 1 - colors/base16-windows-95-light.vim | 1 - colors/base16-windows-95.vim | 1 - colors/base16-windows-highcontrast-light.vim | 1 - colors/base16-windows-highcontrast.vim | 1 - colors/base16-windows-nt-light.vim | 1 - colors/base16-windows-nt.vim | 1 - colors/base16-woodland.vim | 1 - colors/base16-xcode-dusk.vim | 1 - colors/base16-zenburn.vim | 1 - 182 files changed, 182 deletions(-) (limited to 'colors/base16-atelier-dune-light.vim') diff --git a/colors/base16-3024.vim b/colors/base16-3024.vim index 9f28316..64e370d 100644 --- a/colors/base16-3024.vim +++ b/colors/base16-3024.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-apathy.vim b/colors/base16-apathy.vim index c501b43..3ec3b9a 100644 --- a/colors/base16-apathy.vim +++ b/colors/base16-apathy.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-apprentice.vim b/colors/base16-apprentice.vim index 087e3ee..329adeb 100644 --- a/colors/base16-apprentice.vim +++ b/colors/base16-apprentice.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-ashes.vim b/colors/base16-ashes.vim index de47c5f..ced252f 100644 --- a/colors/base16-ashes.vim +++ b/colors/base16-ashes.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-cave-light.vim b/colors/base16-atelier-cave-light.vim index 27224a6..bd55b78 100644 --- a/colors/base16-atelier-cave-light.vim +++ b/colors/base16-atelier-cave-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-cave.vim b/colors/base16-atelier-cave.vim index 5f91381..2500d01 100644 --- a/colors/base16-atelier-cave.vim +++ b/colors/base16-atelier-cave.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-dune-light.vim b/colors/base16-atelier-dune-light.vim index 6000ab9..012cf0a 100644 --- a/colors/base16-atelier-dune-light.vim +++ b/colors/base16-atelier-dune-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-dune.vim b/colors/base16-atelier-dune.vim index 4ea0337..006ba9a 100644 --- a/colors/base16-atelier-dune.vim +++ b/colors/base16-atelier-dune.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-estuary-light.vim b/colors/base16-atelier-estuary-light.vim index 4c11800..51ad564 100644 --- a/colors/base16-atelier-estuary-light.vim +++ b/colors/base16-atelier-estuary-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-estuary.vim b/colors/base16-atelier-estuary.vim index 33384d8..d9e9425 100644 --- a/colors/base16-atelier-estuary.vim +++ b/colors/base16-atelier-estuary.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-forest-light.vim b/colors/base16-atelier-forest-light.vim index 2a6fe5c..d506b88 100644 --- a/colors/base16-atelier-forest-light.vim +++ b/colors/base16-atelier-forest-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-forest.vim b/colors/base16-atelier-forest.vim index 28904a8..40ab5d7 100644 --- a/colors/base16-atelier-forest.vim +++ b/colors/base16-atelier-forest.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-heath-light.vim b/colors/base16-atelier-heath-light.vim index 38230d5..efb67ed 100644 --- a/colors/base16-atelier-heath-light.vim +++ b/colors/base16-atelier-heath-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-heath.vim b/colors/base16-atelier-heath.vim index 537a255..2520970 100644 --- a/colors/base16-atelier-heath.vim +++ b/colors/base16-atelier-heath.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-lakeside-light.vim b/colors/base16-atelier-lakeside-light.vim index 81a2cca..0df9e7c 100644 --- a/colors/base16-atelier-lakeside-light.vim +++ b/colors/base16-atelier-lakeside-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-lakeside.vim b/colors/base16-atelier-lakeside.vim index 763acc3..4148197 100644 --- a/colors/base16-atelier-lakeside.vim +++ b/colors/base16-atelier-lakeside.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-plateau-light.vim b/colors/base16-atelier-plateau-light.vim index bc041f9..f6ade96 100644 --- a/colors/base16-atelier-plateau-light.vim +++ b/colors/base16-atelier-plateau-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-plateau.vim b/colors/base16-atelier-plateau.vim index 16ee740..943ee09 100644 --- a/colors/base16-atelier-plateau.vim +++ b/colors/base16-atelier-plateau.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-savanna-light.vim b/colors/base16-atelier-savanna-light.vim index c97e01f..a7bed3e 100644 --- a/colors/base16-atelier-savanna-light.vim +++ b/colors/base16-atelier-savanna-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-savanna.vim b/colors/base16-atelier-savanna.vim index 219f8a8..152ae72 100644 --- a/colors/base16-atelier-savanna.vim +++ b/colors/base16-atelier-savanna.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-seaside-light.vim b/colors/base16-atelier-seaside-light.vim index 491adba..0eda148 100644 --- a/colors/base16-atelier-seaside-light.vim +++ b/colors/base16-atelier-seaside-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-seaside.vim b/colors/base16-atelier-seaside.vim index e9d43e8..b88aeda 100644 --- a/colors/base16-atelier-seaside.vim +++ b/colors/base16-atelier-seaside.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-sulphurpool-light.vim b/colors/base16-atelier-sulphurpool-light.vim index 0555f6c..6e83b84 100644 --- a/colors/base16-atelier-sulphurpool-light.vim +++ b/colors/base16-atelier-sulphurpool-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atelier-sulphurpool.vim b/colors/base16-atelier-sulphurpool.vim index a270d5d..6d82457 100644 --- a/colors/base16-atelier-sulphurpool.vim +++ b/colors/base16-atelier-sulphurpool.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-atlas.vim b/colors/base16-atlas.vim index 50bf927..7291282 100644 --- a/colors/base16-atlas.vim +++ b/colors/base16-atlas.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-bespin.vim b/colors/base16-bespin.vim index 0daaf72..89442ad 100644 --- a/colors/base16-bespin.vim +++ b/colors/base16-bespin.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-black-metal-bathory.vim b/colors/base16-black-metal-bathory.vim index 79a1674..10213df 100644 --- a/colors/base16-black-metal-bathory.vim +++ b/colors/base16-black-metal-bathory.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-black-metal-burzum.vim b/colors/base16-black-metal-burzum.vim index 549edfe..793cc0d 100644 --- a/colors/base16-black-metal-burzum.vim +++ b/colors/base16-black-metal-burzum.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-black-metal-dark-funeral.vim b/colors/base16-black-metal-dark-funeral.vim index c6a52cd..03d4fae 100644 --- a/colors/base16-black-metal-dark-funeral.vim +++ b/colors/base16-black-metal-dark-funeral.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-black-metal-gorgoroth.vim b/colors/base16-black-metal-gorgoroth.vim index 362cf5f..291013d 100644 --- a/colors/base16-black-metal-gorgoroth.vim +++ b/colors/base16-black-metal-gorgoroth.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-black-metal-immortal.vim b/colors/base16-black-metal-immortal.vim index bd49939..50b4165 100644 --- a/colors/base16-black-metal-immortal.vim +++ b/colors/base16-black-metal-immortal.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-black-metal-khold.vim b/colors/base16-black-metal-khold.vim index 410e64d..c1ddd99 100644 --- a/colors/base16-black-metal-khold.vim +++ b/colors/base16-black-metal-khold.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-black-metal-marduk.vim b/colors/base16-black-metal-marduk.vim index f3b60f6..3947824 100644 --- a/colors/base16-black-metal-marduk.vim +++ b/colors/base16-black-metal-marduk.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-black-metal-mayhem.vim b/colors/base16-black-metal-mayhem.vim index 5c5f9f6..1e02143 100644 --- a/colors/base16-black-metal-mayhem.vim +++ b/colors/base16-black-metal-mayhem.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-black-metal-nile.vim b/colors/base16-black-metal-nile.vim index e984c1c..217ab45 100644 --- a/colors/base16-black-metal-nile.vim +++ b/colors/base16-black-metal-nile.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-black-metal-venom.vim b/colors/base16-black-metal-venom.vim index 244ae74..8ed817f 100644 --- a/colors/base16-black-metal-venom.vim +++ b/colors/base16-black-metal-venom.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-black-metal.vim b/colors/base16-black-metal.vim index fb8ed72..2171bf9 100644 --- a/colors/base16-black-metal.vim +++ b/colors/base16-black-metal.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-brewer.vim b/colors/base16-brewer.vim index ae6917f..67b1af2 100644 --- a/colors/base16-brewer.vim +++ b/colors/base16-brewer.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-bright.vim b/colors/base16-bright.vim index 0baacf2..888c2f1 100644 --- a/colors/base16-bright.vim +++ b/colors/base16-bright.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-brogrammer.vim b/colors/base16-brogrammer.vim index c3bf998..4578970 100644 --- a/colors/base16-brogrammer.vim +++ b/colors/base16-brogrammer.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-brushtrees-dark.vim b/colors/base16-brushtrees-dark.vim index 3c008c9..806cb1b 100644 --- a/colors/base16-brushtrees-dark.vim +++ b/colors/base16-brushtrees-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-brushtrees.vim b/colors/base16-brushtrees.vim index 53c150a..006ed88 100644 --- a/colors/base16-brushtrees.vim +++ b/colors/base16-brushtrees.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-chalk.vim b/colors/base16-chalk.vim index 9c8df2c..2d6f935 100644 --- a/colors/base16-chalk.vim +++ b/colors/base16-chalk.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-circus.vim b/colors/base16-circus.vim index 4f8a69a..5a2b49f 100644 --- a/colors/base16-circus.vim +++ b/colors/base16-circus.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-classic-dark.vim b/colors/base16-classic-dark.vim index 984c6ca..68f6a66 100644 --- a/colors/base16-classic-dark.vim +++ b/colors/base16-classic-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-classic-light.vim b/colors/base16-classic-light.vim index 8ff3fbd..2ec86d2 100644 --- a/colors/base16-classic-light.vim +++ b/colors/base16-classic-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-codeschool.vim b/colors/base16-codeschool.vim index 214122b..a8b0e28 100644 --- a/colors/base16-codeschool.vim +++ b/colors/base16-codeschool.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-colors.vim b/colors/base16-colors.vim index 4d71119..d017f12 100644 --- a/colors/base16-colors.vim +++ b/colors/base16-colors.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-cupcake.vim b/colors/base16-cupcake.vim index dda5911..794a483 100644 --- a/colors/base16-cupcake.vim +++ b/colors/base16-cupcake.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-cupertino.vim b/colors/base16-cupertino.vim index a0924eb..47f2a73 100644 --- a/colors/base16-cupertino.vim +++ b/colors/base16-cupertino.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-danqing.vim b/colors/base16-danqing.vim index 56b6b0f..f6815f1 100644 --- a/colors/base16-danqing.vim +++ b/colors/base16-danqing.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-darcula.vim b/colors/base16-darcula.vim index a9a9bb5..f55df3c 100644 --- a/colors/base16-darcula.vim +++ b/colors/base16-darcula.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-darkmoss.vim b/colors/base16-darkmoss.vim index 13942e4..6f93cca 100644 --- a/colors/base16-darkmoss.vim +++ b/colors/base16-darkmoss.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-darktooth.vim b/colors/base16-darktooth.vim index 90c540f..32237fa 100644 --- a/colors/base16-darktooth.vim +++ b/colors/base16-darktooth.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-darkviolet.vim b/colors/base16-darkviolet.vim index 3a9e8a2..0f4a0fa 100644 --- a/colors/base16-darkviolet.vim +++ b/colors/base16-darkviolet.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-decaf.vim b/colors/base16-decaf.vim index 7180a56..e1b0c2e 100644 --- a/colors/base16-decaf.vim +++ b/colors/base16-decaf.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-default-dark.vim b/colors/base16-default-dark.vim index 8c18899..9a133e1 100644 --- a/colors/base16-default-dark.vim +++ b/colors/base16-default-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-default-light.vim b/colors/base16-default-light.vim index b84cfe9..2041b0a 100644 --- a/colors/base16-default-light.vim +++ b/colors/base16-default-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-dirtysea.vim b/colors/base16-dirtysea.vim index 9ba1da1..a06454f 100644 --- a/colors/base16-dirtysea.vim +++ b/colors/base16-dirtysea.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-dracula.vim b/colors/base16-dracula.vim index 0310f9b..611dad3 100644 --- a/colors/base16-dracula.vim +++ b/colors/base16-dracula.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-edge-dark.vim b/colors/base16-edge-dark.vim index 3f55f53..369c02c 100644 --- a/colors/base16-edge-dark.vim +++ b/colors/base16-edge-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-edge-light.vim b/colors/base16-edge-light.vim index 8c60f01..de74ae7 100644 --- a/colors/base16-edge-light.vim +++ b/colors/base16-edge-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-eighties.vim b/colors/base16-eighties.vim index 63746a0..f74b746 100644 --- a/colors/base16-eighties.vim +++ b/colors/base16-eighties.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-embers.vim b/colors/base16-embers.vim index e938a3d..e37a1e1 100644 --- a/colors/base16-embers.vim +++ b/colors/base16-embers.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-equilibrium-dark.vim b/colors/base16-equilibrium-dark.vim index e553f75..73400a3 100644 --- a/colors/base16-equilibrium-dark.vim +++ b/colors/base16-equilibrium-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-equilibrium-gray-dark.vim b/colors/base16-equilibrium-gray-dark.vim index db459c3..1e87152 100644 --- a/colors/base16-equilibrium-gray-dark.vim +++ b/colors/base16-equilibrium-gray-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-equilibrium-gray-light.vim b/colors/base16-equilibrium-gray-light.vim index 7a6c876..b6151aa 100644 --- a/colors/base16-equilibrium-gray-light.vim +++ b/colors/base16-equilibrium-gray-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-equilibrium-light.vim b/colors/base16-equilibrium-light.vim index 01bca05..d43a775 100644 --- a/colors/base16-equilibrium-light.vim +++ b/colors/base16-equilibrium-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-espresso.vim b/colors/base16-espresso.vim index b3da1f7..e627b7f 100644 --- a/colors/base16-espresso.vim +++ b/colors/base16-espresso.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-eva-dim.vim b/colors/base16-eva-dim.vim index 424e8e6..d125001 100644 --- a/colors/base16-eva-dim.vim +++ b/colors/base16-eva-dim.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-eva.vim b/colors/base16-eva.vim index 2c4c1c8..1a07769 100644 --- a/colors/base16-eva.vim +++ b/colors/base16-eva.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-flat.vim b/colors/base16-flat.vim index a05d387..1b0b984 100644 --- a/colors/base16-flat.vim +++ b/colors/base16-flat.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-framer.vim b/colors/base16-framer.vim index bd1d726..600b275 100644 --- a/colors/base16-framer.vim +++ b/colors/base16-framer.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-fruit-soda.vim b/colors/base16-fruit-soda.vim index 7a2cd88..f365d27 100644 --- a/colors/base16-fruit-soda.vim +++ b/colors/base16-fruit-soda.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-gigavolt.vim b/colors/base16-gigavolt.vim index 36f0cb7..e14f75e 100644 --- a/colors/base16-gigavolt.vim +++ b/colors/base16-gigavolt.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-github.vim b/colors/base16-github.vim index 6421a89..ad9f15c 100644 --- a/colors/base16-github.vim +++ b/colors/base16-github.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-google-dark.vim b/colors/base16-google-dark.vim index 84ee45e..928ccb0 100644 --- a/colors/base16-google-dark.vim +++ b/colors/base16-google-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-google-light.vim b/colors/base16-google-light.vim index 5794a1b..133dec2 100644 --- a/colors/base16-google-light.vim +++ b/colors/base16-google-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-grayscale-dark.vim b/colors/base16-grayscale-dark.vim index 663ad80..3f231ee 100644 --- a/colors/base16-grayscale-dark.vim +++ b/colors/base16-grayscale-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-grayscale-light.vim b/colors/base16-grayscale-light.vim index b5e6cb3..47e18bf 100644 --- a/colors/base16-grayscale-light.vim +++ b/colors/base16-grayscale-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-greenscreen.vim b/colors/base16-greenscreen.vim index 510194b..46ffa3b 100644 --- a/colors/base16-greenscreen.vim +++ b/colors/base16-greenscreen.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-gruvbox-dark-hard.vim b/colors/base16-gruvbox-dark-hard.vim index d2f0a0b..96efa11 100644 --- a/colors/base16-gruvbox-dark-hard.vim +++ b/colors/base16-gruvbox-dark-hard.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-gruvbox-dark-medium.vim b/colors/base16-gruvbox-dark-medium.vim index 4cc8d0d..1f8ba12 100644 --- a/colors/base16-gruvbox-dark-medium.vim +++ b/colors/base16-gruvbox-dark-medium.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-gruvbox-dark-pale.vim b/colors/base16-gruvbox-dark-pale.vim index d644324..f0094a4 100644 --- a/colors/base16-gruvbox-dark-pale.vim +++ b/colors/base16-gruvbox-dark-pale.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-gruvbox-dark-soft.vim b/colors/base16-gruvbox-dark-soft.vim index 0ed23c4..5161bad 100644 --- a/colors/base16-gruvbox-dark-soft.vim +++ b/colors/base16-gruvbox-dark-soft.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-gruvbox-light-hard.vim b/colors/base16-gruvbox-light-hard.vim index a6c7aee..054eeca 100644 --- a/colors/base16-gruvbox-light-hard.vim +++ b/colors/base16-gruvbox-light-hard.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-gruvbox-light-medium.vim b/colors/base16-gruvbox-light-medium.vim index cc1ca3d..c2ad092 100644 --- a/colors/base16-gruvbox-light-medium.vim +++ b/colors/base16-gruvbox-light-medium.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-gruvbox-light-soft.vim b/colors/base16-gruvbox-light-soft.vim index 8b66bd5..eb860ab 100644 --- a/colors/base16-gruvbox-light-soft.vim +++ b/colors/base16-gruvbox-light-soft.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-hardcore.vim b/colors/base16-hardcore.vim index a2d2d0f..0c08f3f 100644 --- a/colors/base16-hardcore.vim +++ b/colors/base16-hardcore.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-harmonic-dark.vim b/colors/base16-harmonic-dark.vim index dce0369..2fe80b2 100644 --- a/colors/base16-harmonic-dark.vim +++ b/colors/base16-harmonic-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-harmonic-light.vim b/colors/base16-harmonic-light.vim index 3d6651c..b3968a7 100644 --- a/colors/base16-harmonic-light.vim +++ b/colors/base16-harmonic-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-heetch-light.vim b/colors/base16-heetch-light.vim index cec9bbb..777cc61 100644 --- a/colors/base16-heetch-light.vim +++ b/colors/base16-heetch-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-heetch.vim b/colors/base16-heetch.vim index 86e6c52..90c6f81 100644 --- a/colors/base16-heetch.vim +++ b/colors/base16-heetch.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-helios.vim b/colors/base16-helios.vim index e3f629a..074983f 100644 --- a/colors/base16-helios.vim +++ b/colors/base16-helios.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-hopscotch.vim b/colors/base16-hopscotch.vim index cadc615..b791268 100644 --- a/colors/base16-hopscotch.vim +++ b/colors/base16-hopscotch.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-horizon-dark.vim b/colors/base16-horizon-dark.vim index ef49f0e..4ef528e 100644 --- a/colors/base16-horizon-dark.vim +++ b/colors/base16-horizon-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-horizon-light.vim b/colors/base16-horizon-light.vim index 459dc81..90c8b67 100644 --- a/colors/base16-horizon-light.vim +++ b/colors/base16-horizon-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-horizon-terminal-dark.vim b/colors/base16-horizon-terminal-dark.vim index dc8289d..6593c1f 100644 --- a/colors/base16-horizon-terminal-dark.vim +++ b/colors/base16-horizon-terminal-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-horizon-terminal-light.vim b/colors/base16-horizon-terminal-light.vim index c1faf75..954f436 100644 --- a/colors/base16-horizon-terminal-light.vim +++ b/colors/base16-horizon-terminal-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-humanoid-dark.vim b/colors/base16-humanoid-dark.vim index 9ca1253..d27ccd6 100644 --- a/colors/base16-humanoid-dark.vim +++ b/colors/base16-humanoid-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-humanoid-light.vim b/colors/base16-humanoid-light.vim index aff3f38..634993c 100644 --- a/colors/base16-humanoid-light.vim +++ b/colors/base16-humanoid-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-ia-dark.vim b/colors/base16-ia-dark.vim index ed183d4..f083f97 100644 --- a/colors/base16-ia-dark.vim +++ b/colors/base16-ia-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-ia-light.vim b/colors/base16-ia-light.vim index b4a7feb..8cb7332 100644 --- a/colors/base16-ia-light.vim +++ b/colors/base16-ia-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-icy.vim b/colors/base16-icy.vim index 9eacea5..bfafec1 100644 --- a/colors/base16-icy.vim +++ b/colors/base16-icy.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-irblack.vim b/colors/base16-irblack.vim index 1dc3174..8947826 100644 --- a/colors/base16-irblack.vim +++ b/colors/base16-irblack.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-isotope.vim b/colors/base16-isotope.vim index ef2f189..955f5dd 100644 --- a/colors/base16-isotope.vim +++ b/colors/base16-isotope.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-kimber.vim b/colors/base16-kimber.vim index b04a941..0ceb1bc 100644 --- a/colors/base16-kimber.vim +++ b/colors/base16-kimber.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-macintosh.vim b/colors/base16-macintosh.vim index 159bfc9..c7fde93 100644 --- a/colors/base16-macintosh.vim +++ b/colors/base16-macintosh.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-marrakesh.vim b/colors/base16-marrakesh.vim index e39de30..a850ffb 100644 --- a/colors/base16-marrakesh.vim +++ b/colors/base16-marrakesh.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-materia.vim b/colors/base16-materia.vim index 295bd2f..0b7f25b 100644 --- a/colors/base16-materia.vim +++ b/colors/base16-materia.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-material-darker.vim b/colors/base16-material-darker.vim index dd28074..a24cb27 100644 --- a/colors/base16-material-darker.vim +++ b/colors/base16-material-darker.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-material-lighter.vim b/colors/base16-material-lighter.vim index 728ef44..38c4f77 100644 --- a/colors/base16-material-lighter.vim +++ b/colors/base16-material-lighter.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-material-palenight.vim b/colors/base16-material-palenight.vim index 5d39ee4..7c7ef71 100644 --- a/colors/base16-material-palenight.vim +++ b/colors/base16-material-palenight.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-material-vivid.vim b/colors/base16-material-vivid.vim index a16003d..220f1c5 100644 --- a/colors/base16-material-vivid.vim +++ b/colors/base16-material-vivid.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-material.vim b/colors/base16-material.vim index 77ffad9..6d82434 100644 --- a/colors/base16-material.vim +++ b/colors/base16-material.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-mellow-purple.vim b/colors/base16-mellow-purple.vim index c51d65c..f53fb23 100644 --- a/colors/base16-mellow-purple.vim +++ b/colors/base16-mellow-purple.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-mexico-light.vim b/colors/base16-mexico-light.vim index a27051a..814fac1 100644 --- a/colors/base16-mexico-light.vim +++ b/colors/base16-mexico-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-mocha.vim b/colors/base16-mocha.vim index 0bf753f..2b7221f 100644 --- a/colors/base16-mocha.vim +++ b/colors/base16-mocha.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-monokai.vim b/colors/base16-monokai.vim index 6bdc7ea..3811f75 100644 --- a/colors/base16-monokai.vim +++ b/colors/base16-monokai.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-nebula.vim b/colors/base16-nebula.vim index 7b72391..88f3997 100644 --- a/colors/base16-nebula.vim +++ b/colors/base16-nebula.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-nord.vim b/colors/base16-nord.vim index 66989cc..9fbc003 100644 --- a/colors/base16-nord.vim +++ b/colors/base16-nord.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-nova.vim b/colors/base16-nova.vim index 6d33ddc..d2beb4a 100644 --- a/colors/base16-nova.vim +++ b/colors/base16-nova.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-ocean.vim b/colors/base16-ocean.vim index 65dc1a5..196186f 100644 --- a/colors/base16-ocean.vim +++ b/colors/base16-ocean.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-oceanicnext.vim b/colors/base16-oceanicnext.vim index 3cee39a..f00d952 100644 --- a/colors/base16-oceanicnext.vim +++ b/colors/base16-oceanicnext.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-one-light.vim b/colors/base16-one-light.vim index bd30912..13c2f7a 100644 --- a/colors/base16-one-light.vim +++ b/colors/base16-one-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-onedark.vim b/colors/base16-onedark.vim index 3e552e2..aa37a5b 100644 --- a/colors/base16-onedark.vim +++ b/colors/base16-onedark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-outrun-dark.vim b/colors/base16-outrun-dark.vim index 1905a8c..4819043 100644 --- a/colors/base16-outrun-dark.vim +++ b/colors/base16-outrun-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-papercolor-dark.vim b/colors/base16-papercolor-dark.vim index 3e3ec8e..01a98e7 100644 --- a/colors/base16-papercolor-dark.vim +++ b/colors/base16-papercolor-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-papercolor-light.vim b/colors/base16-papercolor-light.vim index 5563692..e71bd65 100644 --- a/colors/base16-papercolor-light.vim +++ b/colors/base16-papercolor-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-paraiso.vim b/colors/base16-paraiso.vim index 7aee4c6..1860e38 100644 --- a/colors/base16-paraiso.vim +++ b/colors/base16-paraiso.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-pasque.vim b/colors/base16-pasque.vim index 7837788..40ee60f 100644 --- a/colors/base16-pasque.vim +++ b/colors/base16-pasque.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-phd.vim b/colors/base16-phd.vim index 078deaf..ade1543 100644 --- a/colors/base16-phd.vim +++ b/colors/base16-phd.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-pico.vim b/colors/base16-pico.vim index 9bdb4ca..c28c00a 100644 --- a/colors/base16-pico.vim +++ b/colors/base16-pico.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-pinky.vim b/colors/base16-pinky.vim index b3744b3..3cd78ad 100644 --- a/colors/base16-pinky.vim +++ b/colors/base16-pinky.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-pop.vim b/colors/base16-pop.vim index 6975f04..1025ebb 100644 --- a/colors/base16-pop.vim +++ b/colors/base16-pop.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-porple.vim b/colors/base16-porple.vim index 68193f0..00acdd5 100644 --- a/colors/base16-porple.vim +++ b/colors/base16-porple.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-qualia.vim b/colors/base16-qualia.vim index 7f010bb..52fd9c4 100644 --- a/colors/base16-qualia.vim +++ b/colors/base16-qualia.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-railscasts.vim b/colors/base16-railscasts.vim index 23a669d..c8b9296 100644 --- a/colors/base16-railscasts.vim +++ b/colors/base16-railscasts.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-rebecca.vim b/colors/base16-rebecca.vim index d6ed2c6..00af7b7 100644 --- a/colors/base16-rebecca.vim +++ b/colors/base16-rebecca.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-rose-pine-dawn.vim b/colors/base16-rose-pine-dawn.vim index 3c3719e..1731a2f 100644 --- a/colors/base16-rose-pine-dawn.vim +++ b/colors/base16-rose-pine-dawn.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-rose-pine-moon.vim b/colors/base16-rose-pine-moon.vim index 3adbdf7..2c63a94 100644 --- a/colors/base16-rose-pine-moon.vim +++ b/colors/base16-rose-pine-moon.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-rose-pine.vim b/colors/base16-rose-pine.vim index f16c373..31db53b 100644 --- a/colors/base16-rose-pine.vim +++ b/colors/base16-rose-pine.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-sagelight.vim b/colors/base16-sagelight.vim index ae1617d..3c55f88 100644 --- a/colors/base16-sagelight.vim +++ b/colors/base16-sagelight.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-sakura.vim b/colors/base16-sakura.vim index bea61f0..8f3ba00 100644 --- a/colors/base16-sakura.vim +++ b/colors/base16-sakura.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-sandcastle.vim b/colors/base16-sandcastle.vim index 70e482d..86c4e73 100644 --- a/colors/base16-sandcastle.vim +++ b/colors/base16-sandcastle.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-seti.vim b/colors/base16-seti.vim index 42cdfac..88fd52d 100644 --- a/colors/base16-seti.vim +++ b/colors/base16-seti.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-shades-of-purple.vim b/colors/base16-shades-of-purple.vim index ee3adc0..fc027c7 100644 --- a/colors/base16-shades-of-purple.vim +++ b/colors/base16-shades-of-purple.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-shapeshifter.vim b/colors/base16-shapeshifter.vim index 0f6e4b2..22ba3ef 100644 --- a/colors/base16-shapeshifter.vim +++ b/colors/base16-shapeshifter.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-silk-dark.vim b/colors/base16-silk-dark.vim index dbad545..35d8a8e 100644 --- a/colors/base16-silk-dark.vim +++ b/colors/base16-silk-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-silk-light.vim b/colors/base16-silk-light.vim index 6b26b90..b673c14 100644 --- a/colors/base16-silk-light.vim +++ b/colors/base16-silk-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-snazzy.vim b/colors/base16-snazzy.vim index 287b47f..c792110 100644 --- a/colors/base16-snazzy.vim +++ b/colors/base16-snazzy.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-solarflare-light.vim b/colors/base16-solarflare-light.vim index 5686b37..b79c080 100644 --- a/colors/base16-solarflare-light.vim +++ b/colors/base16-solarflare-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-solarflare.vim b/colors/base16-solarflare.vim index 770ac4a..b298a31 100644 --- a/colors/base16-solarflare.vim +++ b/colors/base16-solarflare.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-solarized-dark.vim b/colors/base16-solarized-dark.vim index 2dc803b..7d0fe8e 100644 --- a/colors/base16-solarized-dark.vim +++ b/colors/base16-solarized-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-solarized-light.vim b/colors/base16-solarized-light.vim index abcdf72..0352a32 100644 --- a/colors/base16-solarized-light.vim +++ b/colors/base16-solarized-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-spacemacs.vim b/colors/base16-spacemacs.vim index bc193bc..99a8d77 100644 --- a/colors/base16-spacemacs.vim +++ b/colors/base16-spacemacs.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-summercamp.vim b/colors/base16-summercamp.vim index b4e0d41..f6046c1 100644 --- a/colors/base16-summercamp.vim +++ b/colors/base16-summercamp.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-summerfruit-dark.vim b/colors/base16-summerfruit-dark.vim index 09952f8..76d5ef2 100644 --- a/colors/base16-summerfruit-dark.vim +++ b/colors/base16-summerfruit-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-summerfruit-light.vim b/colors/base16-summerfruit-light.vim index 915d656..03c9dbf 100644 --- a/colors/base16-summerfruit-light.vim +++ b/colors/base16-summerfruit-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-synth-midnight-dark.vim b/colors/base16-synth-midnight-dark.vim index 585dd85..e6a4a48 100644 --- a/colors/base16-synth-midnight-dark.vim +++ b/colors/base16-synth-midnight-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-synth-midnight-light.vim b/colors/base16-synth-midnight-light.vim index b11ea7a..8d1d80d 100644 --- a/colors/base16-synth-midnight-light.vim +++ b/colors/base16-synth-midnight-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-tango.vim b/colors/base16-tango.vim index 607982d..c559ed8 100644 --- a/colors/base16-tango.vim +++ b/colors/base16-tango.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-tender.vim b/colors/base16-tender.vim index 05025e1..f4ffa12 100644 --- a/colors/base16-tender.vim +++ b/colors/base16-tender.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-tomorrow-night-eighties.vim b/colors/base16-tomorrow-night-eighties.vim index f0ed0c3..62c9e2a 100644 --- a/colors/base16-tomorrow-night-eighties.vim +++ b/colors/base16-tomorrow-night-eighties.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-tomorrow-night.vim b/colors/base16-tomorrow-night.vim index 16a97c1..7aa9641 100644 --- a/colors/base16-tomorrow-night.vim +++ b/colors/base16-tomorrow-night.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-tomorrow.vim b/colors/base16-tomorrow.vim index cfa0803..521be55 100644 --- a/colors/base16-tomorrow.vim +++ b/colors/base16-tomorrow.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-tube.vim b/colors/base16-tube.vim index 0d9eb35..41f4d7d 100644 --- a/colors/base16-tube.vim +++ b/colors/base16-tube.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-twilight.vim b/colors/base16-twilight.vim index a304b76..a5f89d3 100644 --- a/colors/base16-twilight.vim +++ b/colors/base16-twilight.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-unikitty-dark.vim b/colors/base16-unikitty-dark.vim index af47a15..a955949 100644 --- a/colors/base16-unikitty-dark.vim +++ b/colors/base16-unikitty-dark.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-unikitty-light.vim b/colors/base16-unikitty-light.vim index 72060ec..e814a51 100644 --- a/colors/base16-unikitty-light.vim +++ b/colors/base16-unikitty-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-vulcan.vim b/colors/base16-vulcan.vim index 9607d65..cc9d0d2 100644 --- a/colors/base16-vulcan.vim +++ b/colors/base16-vulcan.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-windows-10-light.vim b/colors/base16-windows-10-light.vim index 3137aba..bfc2dd7 100644 --- a/colors/base16-windows-10-light.vim +++ b/colors/base16-windows-10-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-windows-10.vim b/colors/base16-windows-10.vim index 7c258c2..afb3bc6 100644 --- a/colors/base16-windows-10.vim +++ b/colors/base16-windows-10.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-windows-95-light.vim b/colors/base16-windows-95-light.vim index 49256f0..8b11250 100644 --- a/colors/base16-windows-95-light.vim +++ b/colors/base16-windows-95-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-windows-95.vim b/colors/base16-windows-95.vim index 0b5decb..9f0935b 100644 --- a/colors/base16-windows-95.vim +++ b/colors/base16-windows-95.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-windows-highcontrast-light.vim b/colors/base16-windows-highcontrast-light.vim index b2c0e8f..92f1484 100644 --- a/colors/base16-windows-highcontrast-light.vim +++ b/colors/base16-windows-highcontrast-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-windows-highcontrast.vim b/colors/base16-windows-highcontrast.vim index 19b0802..1773f42 100644 --- a/colors/base16-windows-highcontrast.vim +++ b/colors/base16-windows-highcontrast.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-windows-nt-light.vim b/colors/base16-windows-nt-light.vim index 7dd586a..44b1713 100644 --- a/colors/base16-windows-nt-light.vim +++ b/colors/base16-windows-nt-light.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-windows-nt.vim b/colors/base16-windows-nt.vim index e96b05b..4eb37d4 100644 --- a/colors/base16-windows-nt.vim +++ b/colors/base16-windows-nt.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-woodland.vim b/colors/base16-woodland.vim index 86e2613..429792e 100644 --- a/colors/base16-woodland.vim +++ b/colors/base16-woodland.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-xcode-dusk.vim b/colors/base16-xcode-dusk.vim index 677a1ee..7600640 100644 --- a/colors/base16-xcode-dusk.vim +++ b/colors/base16-xcode-dusk.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction diff --git a/colors/base16-zenburn.vim b/colors/base16-zenburn.vim index 9021cb0..c30625f 100644 --- a/colors/base16-zenburn.vim +++ b/colors/base16-zenburn.vim @@ -407,7 +407,6 @@ call hi("cssColor", s:gui0C, "", s:cterm0C, "", "", "") hi! link CmpItemAbbrDeprecated Deprecated hi! link CmpItemAbbrMatch SearchMatch hi! link CmpItemAbbrMatchFuzzy SearchMatch -" call hi("CmpItemKindDefault", s:gui0A, "", s:cterm0A, "", "", "") hi! link CmpItemKindText TSText hi! link CmpItemKindMethod TSMethod hi! link CmpItemKindFunction TSFunction -- cgit v1.2.3