mirror of
https://github.com/timmypidashev/darkbox.nvim.git
synced 2026-04-14 03:33:51 +00:00
Update import color & bracket color
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user