From eddf33db33ef76d0ebbd7a5ec824762b9f69db13 Mon Sep 17 00:00:00 2001 From: BonaBeavis Date: Wed, 1 Dec 2021 16:23:41 +0100 Subject: Align syntax highlights to base16 stylingguideline --- colors/base16-windows-95-light.vim | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'colors/base16-windows-95-light.vim') diff --git a/colors/base16-windows-95-light.vim b/colors/base16-windows-95-light.vim index c5a5a9c..a4e98cf 100644 --- a/colors/base16-windows-95-light.vim +++ b/colors/base16-windows-95-light.vim @@ -247,7 +247,7 @@ call hi("Comment", s:gui03, "", s:cterm03, "", "", "") call hi("Conditional", s:gui0E, "", s:cterm0E, "", "", "") call hi("Constant", s:gui09, "", s:cterm09, "", "", "") call hi("Define", s:gui0E, "", s:cterm0E, "", "none", "") -call hi("Delimiter", s:gui0F, "", s:cterm0F, "", "", "") +call hi("Delimiter", s:gui05, "", s:cterm05, "", "", "") call hi("Float", s:gui09, "", s:cterm09, "", "", "") call hi("Function", s:gui0D, "", s:cterm0D, "", "", "") call hi("Identifier", s:gui08, "", s:cterm08, "", "none", "") @@ -255,11 +255,11 @@ call hi("Include", s:gui0D, "", s:cterm0D, "", "", "") call hi("Keyword", s:gui0E, "", s:cterm0E, "", "", "") call hi("Label", s:gui0A, "", s:cterm0A, "", "", "") call hi("Number", s:gui09, "", s:cterm09, "", "", "") -call hi("Operator", s:gui0F, "", s:cterm0F, "", "none", "") +call hi("Operator", s:gui05, "", s:cterm05, "", "none", "") call hi("PreProc", s:gui0A, "", s:cterm0A, "", "", "") call hi("Repeat", s:gui0A, "", s:cterm0A, "", "", "") call hi("Special", s:gui0C, "", s:cterm0C, "", "", "") -call hi("SpecialChar", s:gui0F, "", s:cterm0F, "", "", "") +call hi("SpecialChar", s:gui0C, "", s:cterm0C, "", "", "") call hi("Statement", s:gui08, "", s:cterm08, "", "", "") call hi("StorageClass", s:gui0A, "", s:cterm0A, "", "", "") call hi("String", s:gui0B, "", s:cterm0B, "", "", "") @@ -523,6 +523,9 @@ call hi("StartifySelect", s:gui0C, "", s:cterm0C, "", "", "") call hi("StartifySlash", s:gui03, "", s:cterm03, "", "", "") call hi("StartifySpecial", s:gui03, "", s:cterm03, "", "", "") +" Treesitter highlighting +hi! link TSVariable Identifier + " Treesitter-refactor highlighting if has("nvim") call hi("TSDefinition", "", s:gui03, "", s:cterm03, "", "") -- cgit v1.2.3