chore: match treesitter operator colour

This commit is contained in:
mvllow 2021-12-30 10:49:09 -06:00
commit d48856ebcf

View file

@ -265,14 +265,14 @@ local theme = {
TSInclude = { fg = p.pine },
TSKeyword = { fg = p.pine },
-- TSKeywordFunction = {},
TSKeywordOperator = { fg = p.pine },
TSKeywordOperator = { fg = p.subtle },
TSLabel = { fg = p.foam },
-- TSLiteral = {},
-- TSMethod = {},
-- TSNamespace = {},
-- TSNone = {},
-- TSNumber = {},
TSOperator = { fg = p.pine },
TSOperator = { fg = p.subtle },
TSParameter = {
fg = p.iris,
style = maybe_italic,