improving colors for Typescript and TSX on TreeSitter integration

dev
Jorge Befan 3 years ago
parent 66c44e210c
commit 42e1701ad2

@ -106,7 +106,7 @@ function M.get(cp)
-- typescript
-- typescript
-- typescript
typescriptTSProperty = { fg = cp.lavender, style = "italic" }, -- Same as TSField.
typescriptTSConstructor = { fg = cp.lavender },
typescriptTSTagProperty = { fg = cp.cotton },
@ -122,6 +122,7 @@ function M.get(cp)
-- cssTSType = { fg = cp.lavender },
cssTSProperty = { fg = cp.cotton, style = "italic" }, -- Same as TSField.
-- cpp
cppTSProperty = { fg = cp.white },

Loading…
Cancel
Save