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

Monokai​Free

by gerardroche ALL

An enhanced version of the Monokai color scheme bundled with Sublime Text.

Details

Installs

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

Readme

Source
raw.​githubusercontent.​com

Monokai Free

Continuous Integration Build status Package Control

An enhanced version of the Monokai color scheme bundled with Sublime Text.

Installation

Install MonokaiFree via Package Control.

Screenshots

PHP

PHP

CSS

CSS

Javascript

Javascript

Customization

Color schemes based on the .sublime-color-scheme format are specified by filename only, not a package-based file path. This allows users to customize a color scheme by overriding variables or globals, and adding rules. — Color Schemes Customizations

For example, the following settings make:

  • the cursor color a bright yellow
  • the caret style square
  • the selections style square
  • the line highlight a tint of blue

Menu → Preferences → Customize Color Scheme

{
    "variables": {},
    "globals": {
        "caret": "yellow",
        "block_caret": "yellow",
        "block_caret_corner_style": "square",
        "line_highlight": "#66d9ef44",
        "selection_border_width": "1",
        "selection_corner_style": "square"
    },
    "rules": []
}

Contributing

Feel free to open GitHub Issues to report any problem or submit suggestions.

To run the tests install ColorSchemeUnit.

License

Released under the GPL-3.0-or-later License.