Page 1 of 1

SublimeText2 Color scheme

Posted: Fri Mar 16, 2012 9:04 pm
by meoiswa
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:
MOAR COLORS!
MOAR COLORS!
Colors yay.PNG (208.03 KiB) Viewed 1587 times
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"
}
If you already have something there, just do this:

Code: Select all

{
	"color_scheme": "Packages/Meow/Meow.tmTheme",
	"font_face": "Inconsolata",
	"font_size": 15.0
}
Save, and enjoy!