Mowgli Theme for VSCode
ATTENTION! : Make sure you disable semantic highlighting in VSCode versions above 1.4.3. Add this to your settings.json file.
"editor.semanticHighlighting.enabled": false,
Javascript
CSS
HTML
Terminal
Symbols
Everything else
Recommended Editor Settings :
// Workbench Settings
"workbench.sideBar.location": "right",
"workbench.editor.highlightModifiedTabs": true,
//Editor -- Download link for the Ligalex Font below
"editor.fontFamily": "Ligalex Mono",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.fontWeight": 300,
// Minimap
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 100,
"editor.renderWhitespace": "selection",
"editor.minimap.showSlider": "always",
"editor.minimap.size": "fit",
Its based of of my Favourite VSCode theme Jungle Night, I added custom coloring to the Syntax.
Languages supported :
- Javascript, JSX, TypeScript
- CSS/SCSS
- HTML
- Python
- PHP
- Markdown
- Others are supported but require some further tweaks, coming soon™
I'd also recommend the following extenions which make the experience better.
- Bracket Pair Colorizer 2
- Ligalex Mono aka IBM Plex Mono with Ligatures
- Other recommended Fonts : Cascadia Code Font || Fira Code Font
- Icons in the screenshot are from the Monokai Pro icon set.