Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriskempson/base16-textmate
Base16 for TextMate & Sublime
https://github.com/chriskempson/base16-textmate
Last synced: 1 day ago
JSON representation
Base16 for TextMate & Sublime
- Host: GitHub
- URL: https://github.com/chriskempson/base16-textmate
- Owner: chriskempson
- License: other
- Created: 2012-08-30T21:27:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T20:03:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T11:43:33.240Z (15 days ago)
- Language: Mustache
- Homepage: https://github.com/chriskempson/base16
- Size: 1.16 MB
- Stars: 11
- Watchers: 3
- Forks: 50
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Base16 for TextMate & Sublime Text 2/3
See the [Base16 repository](https://github.com/chriskempson/base16) for more information.
This theme was built with [Base16 Builder PHP](https://github.com/chriskempson/base16-builder-php).![Base16 TextMate Dark](Images/base16-textmate-dark.png)
![Base16 TextMate Light](Images/base16-textmate-light.png)## 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 Base16Windows:
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 Base16Windows:
cd %APPDATA%\Sublime Text 3\Packages\User
git clone git://github.com/chriskempson/base16-textmate.git Base16Linux
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 pullWindows:
cd %APPDATA%\Sublime Text 2\Packages\User
git pull### Sublime Text 3
OSX:cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/Base16
git pullWindows:
cd %APPDATA%\Sublime Text 3\Packages\User\Base16
git pullLinux
cd ~/.config/sublime-text-3/Packages/Base16
git pull