Update import color & bracket color

This commit is contained in:
Timothy Pidashev
2024-12-19 12:51:36 -08:00
parent 63f4bf5ca7
commit 4435e81205

View File

@@ -69,6 +69,8 @@ local function get_groups(colors)
TSString = { fg = colors.green }, TSString = { fg = colors.green },
TSVariable = { fg = colors.fg }, TSVariable = { fg = colors.fg },
TSComment = { fg = colors.gray, italic = true }, TSComment = { fg = colors.gray, italic = true },
TSPunctBracket = { fg = colors.green },
TSInclude = { fg = colors.blue },
} }
end end