A theme based on Monokai Vibrant with lighter background and modified colours.
If you are not using a font that does not support italics, you can add this to your settings.json
to disabled them.
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"name": "Monokai Vibrant - No Italics",
"scope": [
"comment",
"string.comment",
"variable.language",
"keyword",
"storage",
"variable.parameter"
],
"settings": {
"fontStyle": ""
}
}
]
}