Minimal Lua theme for Visual Studio Code with pastel colors on a dark background with JSON support.
If the theme does not display correctly ensure your VSC settings.json
disables Lua semantic highlighting!
"[lua]": {
"editor.semanticHighlighting.enabled": false
}
Taken inspiration from the theme PyCharm Night by nicohlr