ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

Base16 颜色方案

chriskempson 全部 热门

Base16 for TextMate & Sublime

标签 颜色方案

详细信息

  • 2022.08.17.16.29.16
  • github.com
  • 2 年前
  • 2 小时前
  • 12 年前

安装量

  • 总计 165K
  • Win 115K
  • Mac 29K
  • Linux 21K
8 月 6 日 8 月 5 日 8 月 4 日 8 月 3 日 8 月 2 日 8 月 1 日 7 月 31 日 7 月 30 日 7 月 29 日 7 月 28 日 7 月 27 日 7 月 26 日 7 月 25 日 7 月 24 日 7 月 23 日 7 月 22 日 7 月 21 日 7 月 20 日 7 月 19 日 7 月 18 日 7 月 17 日 7 月 16 日 7 月 15 日 7 月 14 日 7 月 13 日 7 月 12 日 7 月 11 日 7 月 10 日 7 月 9 日 7 月 8 日 7 月 7 日 7 月 6 日 7 月 5 日 7 月 4 日 7 月 3 日 7 月 2 日 7 月 1 日 6 月 30 日 6 月 29 日 6 月 28 日 6 月 27 日 6 月 26 日 6 月 25 日 6 月 24 日 6 月 23 日 6 月 22 日
Windows 14 16 15 11 5 6 12 15 11 13 19 9 7 16 10 10 10 5 10 10 14 13 7 9 5 8 16 8 7 10 11 8 5 10 12 10 9 4 11 9 10 8 11 11 5 8
Mac 0 5 1 1 3 1 1 2 4 1 2 2 1 2 3 0 1 1 0 0 1 3 0 1 2 3 0 1 2 4 1 0 2 1 5 2 0 0 1 3 4 4 3 1 0 0
Linux 3 4 0 0 1 3 3 1 1 1 4 2 1 1 0 0 0 1 0 4 3 0 1 2 1 4 1 0 2 4 5 1 1 0 3 5 2 0 3 1 2 5 0 1 1 2

README

源代码
raw.githubusercontent.com

Base16 for TextMate & Sublime Text 2/3

查看更多信息,请访问Base16 存储库。此主题是用 Base16 Builder PHP 构建的。

Base16 TextMate Dark Base16 TextMate Light

安装

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

更新

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