Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1019 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 1019 Bytes

Base16 for TextMate & Sublime Text 2

See the Base16 repository for more information.
This theme was built with Base16 Builder.

Base16 TextMate Dark Base16 TextMate Light

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