Testing out Sublime Text 2 in earnest finally, after 7+ years of TextMate. Editor setup for future reference:
Theme (variation of All Hallow's Eve)
- background: black
- text: white
- strings: green
- comments: red
- keywords: orange
- constants: cyan
- function calls: purple
- escapes: grey
- format strings: cyan
- line highlight: navy
Config
{
"color_scheme": "Packages/Color Scheme - Default/All Hallow's Eve.tmTheme",
"font_face": "Monaco",
"font_options":
[
"no_antialias"
],
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Packages
