https://github.com/srcery-colors/srcery-textmate
Port of srcery-vim to tmTheme format for sublime text and textmate
https://github.com/srcery-colors/srcery-textmate
hacktoberfest sublime-text textmate
Last synced: 5 months ago
JSON representation
Port of srcery-vim to tmTheme format for sublime text and textmate
- Host: GitHub
- URL: https://github.com/srcery-colors/srcery-textmate
- Owner: srcery-colors
- License: mit
- Created: 2020-02-26T18:24:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-03T15:39:30.000Z (about 1 year ago)
- Last Synced: 2025-05-03T16:46:36.283Z (about 1 year ago)
- Topics: hacktoberfest, sublime-text, textmate
- Homepage: https://srcery.sh
- Size: 981 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Srcery TextMate Theme
### Description
Srcery TextMate theme, best effort to match [srcery-vim](https://github.com/srcery-colors/srcery-vim) colors. Can be used
anywhere that supports `tmTheme`.
#### Preview
##### Javascript

##### CSS

### Usage with bat
- [sharkdp/bat: A cat(1) clone with wings.](https://github.com/sharkdp/bat)
Clone srcery-textmate somewhere
```bash
git clone https://github.com/srcery-colors/srcery-textmate ~/my-path
```
Then by following the steps in bat's readme:
```bash
mkdir -p "$(bat --config-dir)/themes"
cd "$(bat --config-dir)/themes"
ln -s ~/my-path/srcery.tmTheme .
bat cache --build # Update the binary cache
```
Finally, use `bat --list-themes` to check if srcery is available.
### Textastic

The theme works great with [Textastic]().
Follow the official [guide]() on how to add the theme.
### Theme Editor
Created with [TmTheme Editor](https://tmtheme-editor.herokuapp.com/).
### License
[MIT](LICENSE)