From 52e4ce93a6234d112bc88e1ad25458904ffafe61 Mon Sep 17 00:00:00 2001 From: BonaBeavis Date: Wed, 25 Aug 2021 13:12:42 +0200 Subject: Remove treesitter highlights (#26) --- colors/base16-seti.vim | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'colors/base16-seti.vim') diff --git a/colors/base16-seti.vim b/colors/base16-seti.vim index d81baf0..ddafd63 100644 --- a/colors/base16-seti.vim +++ b/colors/base16-seti.vim @@ -523,16 +523,8 @@ call hi("StartifySelect", s:gui0C, "", s:cterm0C, "", "", "") call hi("StartifySlash", s:gui03, "", s:cterm03, "", "", "") call hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") -" Neovim Treesitter highlighting +" Treesitter-refactor highlighting if has("nvim") - call hi("TSFunction", s:gui0D, "", s:cterm0D, "", "", "") - call hi("TSKeywordFunction", s:gui0E, "", s:cterm0E, "", "", "") - call hi("TSMethod", s:gui0D, "", s:cterm0D, "", "", "") - call hi("TSProperty", s:gui0A, "", s:cterm0A, "", "", "") - call hi("TSPunctBracket", s:gui0C, "", s:cterm0C, "", "", "") - call hi("TSType", s:gui08, "", s:cterm08, "", "none", "") - - " Treesitter-refactor highlighting call hi("TSDefinition", "", s:gui03, "", s:cterm03, "", "") call hi("TSDefinitionUsage", "", s:gui02, "", s:cterm02, "none", "") endif -- cgit v1.2.3