Zenburn
SublimeText, iterm, xcode, css, and textmate themes modeled after the vim zenburn theme.
Install / Use
/learn @colinta/ZenburnREADME
Zenburn
Port of Zenburn to CSS, TextMate, Sublime Text, and Xcode.

Sublime Text
Install "zenburn" via Package Control, and open Preferences. Use any theme you like, I found Adaptive works well:
Preferences.sublime-settings
{
"color_scheme": "Packages/zenburn/zenburn.tmTheme",
"theme": "Adaptive.sublime-theme"
}
iterm
Preferences > Profiles > [Default profile] > Colors > Load Presets... > [zenburn.itermcolors]
SCSS
zenburn.scss
TextMate
zenburn.tmTheme
Xcode
zenburn.xccolortheme
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
cp zenburn.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes

