Base16 for TextMate & Sublime Text 2
See the Base16 repository for more information.
This theme was built with Base16 Builder.
Installation
TextMate
cd ~/Library/Application\ Support/TextMate/Themes
git clone git://github.com/chriskempson/base16-textmate.git Base16
cp Base16/*.tmTheme .
Sublime Text 2
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/chriskempson/base16-textmate.git Base16
Update
TextMate
cd ~/Library/Application\ Support/TextMate/Themes/Base16
git pull
cp -f *.tmTheme ..
Sublime Text 2
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Base16
git pull