Skip to content

wapenshaw/mowgli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mowgli Theme for VSCode

Package version Installs Downloads Rate!

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

Javascript

CSS

CSS

HTML

HTML

Terminal

Terminal

Symbols

Symbols

Everything else

Complete Viewport

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 :

  1. Javascript, JSX, TypeScript
  2. CSS/SCSS
  3. HTML
  4. Python
  5. PHP
  6. Markdown
  7. Others are supported but require some further tweaks, coming soon™

I'd also recommend the following extenions which make the experience better.

  1. Bracket Pair Colorizer 2
  2. Ligalex Mono aka IBM Plex Mono with Ligatures
  3. Other recommended Fonts : Cascadia Code Font || Fira Code Font
  4. Icons in the screenshot are from the Monokai Pro icon set.

About

VSCode Theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published