monokai-plusplus
monokai-plusplus copied to clipboard
Colors changed issue
Hey, The v2 made colors changed drastically and it seems something went wrong there I wrote the version number at the top of the image
Thanks!
Hi, could you send me the code snippets? Thanks
import mongoose from 'mongoose';
const schema = new mongoose.Schema({
name: {
type: String,
required: true,
},
});
const model = mongoose.model('test', schema)
export default model
I can see that most of the other color themes I tried "get it wrong", since it's actually VS Code that makes up the semantic token type: it assigns "class" to type, address and liveChatGroupId, which makes absolutely no sense.

I'll see what I can do, but the source of the problem is VS Code.
I see, thanks for the information, btw what color theme do you use? Because I see it look different than my picture and also const model is being colored in my code and in yours it doesn't
The color theme in the screenshot is Dark+, the one which VS Code uses by default.
That was just to show that other color themes, even built-in ones, have trouble with the coloring: see address and String, both being green.
I understand