All Projects → gerardroche → sublime-monokai-free

gerardroche / sublime-monokai-free

Licence: BSD-3-Clause License
A beautiful, modern, high quality, Monokai theme for Sublime Text 3.

Programming Languages

PHP
23972 projects - #3 most used programming language
ruby
36898 projects - #4 most used programming language
SCSS
7915 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to sublime-monokai-free

Gitgutter
A Sublime Text 2/3 plugin to see git diff in gutter
Stars: ✭ 3,888 (+8352.17%)
Mutual labels:  sublime-text, color-scheme, gitgutter
themeX
The ultimate UNIVERSAL syntax color theme generator that let's you build your color scheme in just one file and compile for a wide range of different editors.
Stars: ✭ 26 (-43.48%)
Mutual labels:  sublime-text, color-scheme
spacegray
A Hyperminimal UI Theme for Sublime Text
Stars: ✭ 7,260 (+15682.61%)
Mutual labels:  sublime-text, color-scheme
Monokai-Flat
A material monokai color scheme for Visual Studio, Visual Studio Code, JetBrains IDE and some terminal
Stars: ✭ 21 (-54.35%)
Mutual labels:  monokai, color-scheme
Laravel.tmTheme
A Sublime Text 3 theme based on the Laravel documentation colour scheme
Stars: ✭ 40 (-13.04%)
Mutual labels:  sublime-text, color-scheme
Ciapre.tmTheme
Ciapre - an easy-on-the-eyes Sublime Text/TextMate color scheme.
Stars: ✭ 63 (+36.96%)
Mutual labels:  sublime-text, color-scheme
Cake
Yummy syntax theme for Atom, Brackets, Sublime Text and Visual Studio Code
Stars: ✭ 47 (+2.17%)
Mutual labels:  sublime-text, color-scheme
Neon Color Scheme
A colorful bright-on-black color scheme for Sublime Text and TextMate. Its aim is to make as many languages as possible look as good as possible. Includes extended support for Python, Ruby, Clojure, JavaScript/JSON, C/C++, diff, HTML/XML, Markdown, PHP, CSS/SCSS/SASS, GitGutter, Find In Files, PackageDev, Regex, SublimeLinter, and much more.
Stars: ✭ 159 (+245.65%)
Mutual labels:  sublime-text, color-scheme
Sublime-Text-Monokai-theme-for-Visual-Studio-Code
Monokai theme of Sublime Text but for Visual Studio Code instead. Perfect and identical copy. Download it from VSCode Marketplace!
Stars: ✭ 35 (-23.91%)
Mutual labels:  sublime-text, monokai-theme
monokai-vs-2015
Monokai theme for Visual Studio 2015/2017
Stars: ✭ 109 (+136.96%)
Mutual labels:  monokai, monokai-theme
SublimeLinter-contrib-markdownlint
A Sublime Text Linter for Markdown/CommonMark files.
Stars: ✭ 29 (-36.96%)
Mutual labels:  sublime-text, sublimelinter
Gruvbox
🎨 Sublime Text themes & color schemes with pastel 'retro groove' colors
Stars: ✭ 191 (+315.22%)
Mutual labels:  sublime-text, color-scheme
Sublime Da Ui
Adaptive, Customizable, Elegant UI Theme and Color Schemes for Sublime Text 3
Stars: ✭ 180 (+291.3%)
Mutual labels:  sublime-text, color-scheme
sublime-color-scheme-unit
A testing framework for Sublime Text color schemes.
Stars: ✭ 19 (-58.7%)
Mutual labels:  sublime-text, color-scheme
Sublimelinter
The code linting framework for Sublime Text 3
Stars: ✭ 1,920 (+4073.91%)
Mutual labels:  sublime-text, sublimelinter
dimmed
👔 Dimmed Color Theme for Sublime Text 2/3
Stars: ✭ 18 (-60.87%)
Mutual labels:  monokai, sublime-text
sublime-scheme-alabaster
Minimalist color scheme for Sublime Text 3
Stars: ✭ 165 (+258.7%)
Mutual labels:  sublime-text, color-scheme
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (+136.96%)
Mutual labels:  sublime-text, color-scheme
Inspiredgithub.tmtheme
A color scheme for Sublime Text 3.
Stars: ✭ 117 (+154.35%)
Mutual labels:  sublime-text, color-scheme
sublime-scheme-writer
A color scheme for focused long-form writing
Stars: ✭ 92 (+100%)
Mutual labels:  sublime-text, color-scheme

MonokaiFree

A beautiful, modern, high quality, Monokai theme for Sublime Text. Enhanced syntax highlighting for PHP, HTML, CSS, Markdown, JavaScript, Ruby, Python, etc., and includes support for GitGutter, SublimeLinter, NeoVintageous, PHPUnitKit.

Continuous Integration Latest Version GitHub stars Downloads

Color palette

Installation

Package Control installation

The preferred method of installation is Package Control.

Ctrl/Command + Shift + P to open the Command Palette

Select Package Control: Install Package

Search for MonokaiFree

Press Enter

Go to Menu > Preferences > Color Scheme... and select MonokaiFree.

Manual installation

Close Sublime Text, then download or clone this repository to a directory named MonokaiFree in the Sublime Text Packages directory for your platform:

  • Linux: git clone https://github.com/gerardroche/sublime-monokai-free.git ~/.config/sublime-text-3/Packages/MonokaiFree
  • OSX: git clone https://github.com/gerardroche/sublime-monokai-free.git ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/MonokaiFree
  • Windows: git clone https://github.com/gerardroche/sublime-monokai-free.git %APPDATA%\Sublime/ Text/ 3/Packages/MonokaiFree

Screenshots

CSS

CSS screenshot

HTML

HTML screenshot

PHP

PHP screenshot

XML

XML screenshot

Customise to taste

To custom any colors create a color scheme override named "MonokaiFree.sublime-color-scheme" in your Sublime Text User directory (Menu > Preferences > Browse Packages). An example override:

{
    "globals": {
        "block_caret": "yellow",
        "caret": "yellow",
        "selection_corner_style": "square",
    },
    "rules":
    [
        {
            "scope": "comment, punctuation.definition.comment",
            "foreground": "#7e8e91"
        }
    ]
}

Contributing

To run the tests install ColorSchemeUnit (a framework for testing Sublime Text color schemes), and run the ColorSchemeUnit: Test Suite command via the Command Palette (Ctrl+Shift+P).

License

Released under the BSD 3-Clause License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].