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
  • 1 week ago
  • 12 years ago

Installs

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

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