ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Theme - Monokai Pro

by Monokai ST3

Professional theme and matching icons, from the author of the original Monokai color scheme.

Details

Installs

  • Total 99K
  • Win 52K
  • Mac 26K
  • Linux 21K
Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 6 15 16 20 24 19 16 19 19 22 18 18 11 11 23 17 19 21 20 9 15 22 17 22 24 21 15 18 18 16 15 14 24 16 13 14 26 25 18 22 23 14 14 17 16 14
Mac 1 5 10 12 7 9 11 7 10 9 9 10 11 5 13 7 9 8 13 8 10 12 12 8 5 10 4 8 12 9 7 14 8 9 4 5 18 12 7 8 12 4 14 10 8 9
Linux 0 10 10 4 4 8 8 6 5 3 7 4 6 8 4 7 4 9 4 4 8 8 1 3 9 14 8 10 9 7 6 9 11 8 8 5 16 12 8 11 6 13 10 7 5 9

Readme

Source
raw.​githubusercontent.​com

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.