improving colors for Typescript and TSX on TreeSitter integration

dev
Jorge Befan 3 years ago
parent e4aa82995c
commit a65da724e4

@ -105,11 +105,22 @@ function M.get(cp)
-- javaTSConstant = { fg = cp.teal },
-- typescript
-- typescriptTSProperty = { fg = cp.lavender, style = "italic" }, -- Same as TSField.
-- typescript
typescriptTSProperty = { fg = cp.lavender, style = "italic" }, -- Same as TSField.
typescriptTSConstructor = { fg = cp.lavender },
typescriptTSTagProperty = { fg = cp.cotton },
-- TSX (React with Typescript)
tsxTSConstructor = { fg = cp.lavender },
tsxTSTagDelimiter = { fg = cp.maroon },
tsxTSTagAttribute = { fg = cp.mauve },
tsxTSTagProperty = { fg = cp.cotton },
-- css
-- cssTSType = { fg = cp.lavender },
-- cssTSProperty = { fg = cp.yellow, style = "italic" }, -- Same as TSField.
cssTSProperty = { fg = cp.cotton, style = "italic" }, -- Same as TSField.
-- cpp
cppTSProperty = { fg = cp.white },

Loading…
Cancel
Save