From a4be45eef1ef9781fc4c345fca97c9f9bd7c8148 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sun, 6 Jun 2021 09:28:39 +0530 Subject: [PATCH] change color for tspuncBrackets --- lua/base16.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/base16.lua b/lua/base16.lua index d5f7c1d..c4218af 100644 --- a/lua/base16.lua +++ b/lua/base16.lua @@ -333,7 +333,7 @@ local function apply_base16_theme(theme, use_256_colorspace) -- treesitter highlight('TSNone', theme.base05, theme.base00, cterm05, cterm00, nil, nil) highlight('TSPunctDelimiter', theme.base07, nil, cterm07, nil, nil, nil) - highlight('TSPunctBracket', theme.base07, nil, cterm07, nil, nil, nil) + highlight('TSPunctBracket', theme.base08, nil, cterm07, nil, nil, nil) highlight('TSPunctSpecial', theme.base0F, nil, cterm0F, nil, nil, nil) highlight('TSConstant', theme.base09, nil, cterm0B, nil, "bold", nil) highlight('TSConstBuiltin', theme.base0C, nil, cterm0C, nil, nil, nil)