loctvl842/monokai-pro.nvim

STL classes Color are white

Opened this issue · 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).
FP$MJ3XZ}3HKP(YP)13}S)B

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,