Skip to content

emilrueh/lua-vsc-theme

 
 

Repository files navigation

Minimal Lua theme for Visual Studio Code with pastel colors on a dark background with JSON support.

Important:

If the theme does not display correctly ensure your VSC settings.json disables Lua semantic highlighting!

"[lua]": {
    "editor.semanticHighlighting.enabled": false
}

lua_eclipse-vsc_theme-screenshot

Taken inspiration from the theme PyCharm Night by nicohlr