Skip to content

MonokaiFree - A Sublime Text color scheme

MonokaiFree is an enhanced version of the Monokai colour scheme.

PHP

Monokai PHP

CSS

Monokai CSS

Javascript

Monokai Javascript

And many more.

Adaptive Theme

Try the Adaptive theme.

Menu → Preferences → Select Theme → Adaptive

Font options

Menu → Preferences → Settings

js
"font_options": [
    "no_bold",
    "no_italic"
],

Alternative font

Try an alternative font like Fira Code.

bash
sudo apt-get install fonts-firacode

Menu → Preferences → Settings

js
"font_face": "Fira Code",
"font_options": [
    "subpixel_antialias"
],

If you want enable antialias instead, add in font_options: "gray_antialias". [1]

Custom settings

Menu → Preferences → Customize Color Scheme

json
{
    "variables": {},
    "globals": {
        "caret": "yellow",
        "block_caret": "yellow",
        "block_caret_corner_style": "square",
        "selection_corner_style": "square"
    },
    "rules": []
}

Robert Llewellyn in Red Dwarf (1988)

I hope this has been helpful. Take it easy, my friends.

Resources


  1. https://github.com/tonsky/FiraCode/wiki/Sublime-Text-Instructions ↩︎