Skip to content
forked from colinta/zenburn

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

License

Notifications You must be signed in to change notification settings

PEShine/zenburn

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 6.2%