Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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