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

Base​16 Color Schemes

by chriskempson ALL Needs Review

Base16 for TextMate & Sublime

Labels color scheme

Details

  • 2022.08.17.16.29.16
  • github.​com
  • 10 months ago
  • 49 minutes ago
  • 11 years ago

Installs

  • Total 163K
  • Win 114K
  • Mac 29K
  • Linux 20K
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 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
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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.

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