Opened this issue 3 months ago · 1 comments
In the following code, the theme would be better if the STL classes (string, unorderd_map, iterator) have the same color as built-in types(int, char).
string
unorderd_map
iterator
int
char
I solved this problem using the following configurations.
override = function(c) return { ["@keyword.cpp"] = { fg = c.base.red, italic = true }, ["@lsp.typemod.class.defaultLibrary.cpp"] = { fg = c.base.cyan, italic = true }, }end,