Base16 Color Schemes
Base16 for TextMate & Sublime
Labels color scheme
Details
Installs
- Total 160K
- Win 111K
- Mac 29K
- Linux 20K
May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 88 | 56 | 78 | 69 | 64 | 70 | 83 | 85 | 82 | 71 | 70 | 78 | 84 | 72 | 82 | 85 | 94 | 66 | 73 | 81 | 64 | 88 | 101 | 84 | 69 | 82 | 82 | 112 | 83 | 95 | 102 | 103 | 79 | 91 | 110 | 95 | 91 | 127 | 99 | 105 | 81 | 80 | 92 | 120 | 99 | 100 |
Mac | 10 | 7 | 8 | 9 | 4 | 4 | 3 | 7 | 8 | 5 | 5 | 5 | 5 | 3 | 1 | 8 | 8 | 8 | 2 | 11 | 7 | 6 | 8 | 7 | 6 | 3 | 4 | 6 | 7 | 6 | 7 | 11 | 5 | 5 | 7 | 6 | 5 | 6 | 3 | 9 | 5 | 6 | 10 | 11 | 4 | 3 |
Linux | 6 | 7 | 8 | 6 | 5 | 7 | 8 | 8 | 9 | 6 | 11 | 9 | 6 | 10 | 3 | 3 | 8 | 3 | 7 | 9 | 10 | 8 | 2 | 9 | 5 | 4 | 15 | 0 | 9 | 5 | 7 | 7 | 7 | 10 | 4 | 3 | 9 | 10 | 5 | 6 | 5 | 7 | 4 | 6 | 8 | 7 |
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.
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
git pull
Windows:
cd %APPDATA%\Sublime Text 3\Packages\User
git pull
Linux
cd ~/.config/sublime-text-3/Packages/
git pull