Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.76 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.76 KB

Monokai Pro for Sublime Text

Beautiful functionality for professional developers

Monokai Pro is a color scheme, customized user interface theme and complete icon set for Sublime Text. It has been designed by the author of the original Monokai colors. Carefully selected shades of colors are the foundation of an uncompromising, non-distractive user interface. The single goal of Monokai Pro is to let you focus on your code.

☞ How to install free evaluation for Sublime Text:

1. Package Control ‣ Install Package ‣ Theme - Monokai Pro
2. Command Palette ‣ Monokai Pro: select theme

Find out more here: monokai.pro

Monokai Pro

Pixel-perfect file icons

The icons of Monokai Pro have all been created from scratch to ensure they are easily recognizable on small sizes in the side bar. They are designed to help you quickly find the right files in your project.

Monokai Pro Icons

Supported plugins

Sublime Linter

Place this in your Sublime Linter User preferences:

{
	"gutter_theme": "Packages/Theme - Monokai Pro/Monokai Pro.gutter-theme",
	"styles": [
		{
			"mark_style": "none",
			"priority": 1,
			"scope": "region.orangish",
			"icon": "warning",
			"types": [
				"warning"
			]
		},
		{
			"mark_style": "none",
			"priority": 1,
			"scope": "region.redish",
			"icon": "error",
			"types": [
				"error"
			]
		}
	]
}

It will automatically match the gutter icon colors to the selected color filter of Monokai Pro.