Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STL classes Color are white #129

Open
narutozxp opened this issue Sep 29, 2024 · 1 comment
Open

STL classes Color are white #129

narutozxp opened this issue Sep 29, 2024 · 1 comment

Comments

@narutozxp
Copy link

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

@narutozxp
Copy link
Author

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant