Base16 Color Schemes
Base16 for TextMate & Sublime
Labels color scheme
Details
Installs
- Total 169K
- Win 118K
- Mac 30K
- Linux 21K
Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 5 | 7 | 5 | 7 | 7 | 9 | 7 | 3 | 3 | 9 | 5 | 6 | 6 | 9 | 3 | 7 | 8 | 8 | 6 | 6 | 9 | 5 | 6 | 7 | 6 | 12 | 6 | 4 | 5 | 4 | 4 | 9 | 4 | 4 | 3 | 8 | 8 | 5 | 6 | 8 | 8 | 9 | 13 | 7 | 19 |
Mac | 0 | 0 | 1 | 1 | 2 | 1 | 0 | 2 | 0 | 1 | 0 | 0 | 1 | 1 | 4 | 2 | 0 | 0 | 2 | 0 | 0 | 2 | 2 | 1 | 3 | 0 | 1 | 0 | 1 | 7 | 3 | 0 | 2 | 1 | 1 | 0 | 2 | 0 | 0 | 1 | 1 | 1 | 3 | 3 | 1 | 0 |
Linux | 0 | 2 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 5 | 2 | 0 | 1 | 2 | 1 | 1 | 1 | 2 | 1 | 5 | 3 | 1 | 0 | 4 | 0 | 1 | 0 | 0 | 0 | 0 | 5 | 0 | 2 | 1 | 1 | 2 | 3 | 2 | 2 | 1 | 0 | 1 | 2 | 1 | 4 | 0 |
Readme
- Source
- raw.githubusercontent.com
Base16 for TextMate & Sublime Text 2/3
See the Base16 repository for more information. This theme was built with Base16 Builder PHP.
Installation
TextMate 1
cd ~/Library/Application\ Support/TextMate/Themes
git clone git://github.com/chriskempson/base16-textmate.git Base16
cp Base16/Themes/*.tmTheme .
TextMate 2
mkdir -p ~/Library/Application\ Support/Avian/Pristine\ Copy/Bundles
cd ~/Library/Application\ Support/Avian/Pristine\ Copy/Bundles
git clone git://github.com/chriskempson/base16-textmate.git Base16.tmbundle
Sublime Text 2
OS X:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/chriskempson/base16-textmate.git Base16
Windows:
cd %APPDATA%\Sublime Text 2\Packages\User
git clone git://github.com/chriskempson/base16-textmate.git Base16
Sublime Text 3
OS X:
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone git://github.com/chriskempson/base16-textmate.git Base16
Windows:
cd %APPDATA%\Sublime Text 3\Packages\User
git clone git://github.com/chriskempson/base16-textmate.git Base16
Linux
cd ~/.config/sublime-text-3/Packages/
git clone git://github.com/chriskempson/base16-textmate.git Base16
Update
TextMate 1
cd ~/Library/Application\ Support/TextMate/Themes/Base16
git pull
cp -f Themes/*.tmTheme ..
TextMate 2
cd ~/Library/Application\ Support/Avian/Pristine\ Copy/Bundles/Base16.tmbundle
git pull
Sublime Text 2
OS X:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Base16
git pull
Windows:
cd %APPDATA%\Sublime Text 2\Packages\User
git pull
Sublime Text 3
OSX:
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Base16
git pull
Windows:
cd %APPDATA%\Sublime Text 3\Packages\User\Base16
git pull
Linux
cd ~/.config/sublime-text-3/Packages/Base16
git pull