SublimeText2 Color scheme
Posted: Fri Mar 16, 2012 9:04 pm
I'm loving SublimeText2, specially with the build function configured for Love.
However, there wasn't any color scheme with a high contrast that doesn't rape your eyes with a white background.
So I made my own: Lots and lots of colors, with very high contrast between them. Easily identify different code elements.
The feature I wanted the most was easy-to-read comments, so that they pop up and are easy to read, as opposed to being discrete, which is the usual.
You can find the colro scheme here:
http://dl.dropbox.com/u/6382560/Meow.tmTheme
Installing is very easy, just open sublime, click on Preferences -> Browse packages...
Create a new folder called Colors, place the theme there, then click on Preferences -> Settings - User... and type:
If you already have something there, just do this:
Save, and enjoy!
However, there wasn't any color scheme with a high contrast that doesn't rape your eyes with a white background.
So I made my own: Lots and lots of colors, with very high contrast between them. Easily identify different code elements.
The feature I wanted the most was easy-to-read comments, so that they pop up and are easy to read, as opposed to being discrete, which is the usual.
You can find the colro scheme here:
http://dl.dropbox.com/u/6382560/Meow.tmTheme
Installing is very easy, just open sublime, click on Preferences -> Browse packages...
Create a new folder called Colors, place the theme there, then click on Preferences -> Settings - User... and type:
Code: Select all
{
"color_scheme": "Packages/Meow/Meow.tmTheme"
}
Code: Select all
{
"color_scheme": "Packages/Meow/Meow.tmTheme",
"font_face": "Inconsolata",
"font_size": 15.0
}