ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Base​16 Color Schemes

by chriskempson ALL

Base16 for TextMate & Sublime

Labels color scheme

Details

  • 2022.08.17.16.29.16
  • github.​com
  • 3 years ago
  • 3 hours ago
  • 13 years ago

Installs

  • Total 169K
  • Win 118K
  • Mac 30K
  • Linux 21K
Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22
Windows 2 2 4 1 5 4 6 4 5 3 3 3 8 6 9 4 2 6 3 7 7 9 7 4 6 5 3 7 6 4 6 3 5 5 3 3 6 2 6 3 1 3 5 10 6 7
Mac 0 0 1 0 1 3 3 2 1 2 1 1 1 1 1 0 3 2 0 2 0 3 0 0 1 1 0 0 1 1 2 1 1 1 1 1 0 2 4 4 0 0 0 0 0 0
Linux 0 1 1 2 0 3 0 1 1 1 0 2 1 0 4 1 1 0 2 1 1 0 7 0 2 3 1 1 0 0 0 1 0 2 0 2 1 0 1 1 1 1 1 1 2 1

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.

Base16 TextMate Dark Base16 TextMate Light

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