MonokaiFree - A Sublime Text color scheme
MonokaiFree is an enhanced version of the Monokai colour scheme.
PHP
CSS
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"
.
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": []
}
I hope this has been helpful. Take it easy, my friends.