fix: made punct delimeter magenta

dev-remaster
Pocco81 3 years ago
parent 52b2aea837
commit bd2b1eac56

@ -44,7 +44,7 @@ function M.get(cp)
-- TSParameterReference= { }; -- For references to parameters of a function. -- TSParameterReference= { }; -- For references to parameters of a function.
TSProperty = { fg = cp.catppuccino6 }, -- Same as `TSField`. TSProperty = { fg = cp.catppuccino6 }, -- Same as `TSField`.
tomlTSProperty = { fg = cp.catppuccino10 }, -- Differentiates between string and properties tomlTSProperty = { fg = cp.catppuccino10 }, -- Differentiates between string and properties
TSPunctDelimiter = { fg = cp.catppuccino8 }, -- For delimiters ie: `.` TSPunctDelimiter = { fg = cp.catppuccino3 }, -- For delimiters ie: `.`
TSPunctBracket = { fg = cp.catppuccino6 }, -- For brackets and parenthesis. TSPunctBracket = { fg = cp.catppuccino6 }, -- For brackets and parenthesis.
TSPunctSpecial = { fg = cp.catppuccino0 }, -- For special punctutation that does not fall in the catagories before. TSPunctSpecial = { fg = cp.catppuccino0 }, -- For special punctutation that does not fall in the catagories before.
TSRepeat = { fg = cp.catppuccino6, style = cnf.styles.keywords }, -- For keywords related to loops. TSRepeat = { fg = cp.catppuccino6, style = cnf.styles.keywords }, -- For keywords related to loops.

Loading…
Cancel
Save