/zenburn

SublimeText, iterm, xcode, css, and textmate themes modeled after the vim zenburn theme.

Primary LanguageJavaScriptOtherNOASSERTION

Port of Zenburn to CSS, TextMate, Sublime Text, and Xcode.

Zenburn CSS Demo Zenburn HTML Demo Zenburn Python Demo Zenburn Ruby Demo

Sublime Text

Preferences.sublime-settings
{
    "color_scheme": "Packages/zenburn/zenburn.tmTheme",
    "theme": "zenburn.sublime-theme"
}

iterm

Preferences > Profiles > [Default profile] > Colors > Load Presets... > [zenburn.itermcolors]

SCSS

zenburn.scss

TextMate

zenburn.tmTheme

Xcode

zenburn.dvtcolortheme
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes
cp zenburn.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes

Zenburn Xcode Demo