An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          





Discord


Website


NPM Version


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
![javascript](https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/master/textmate/javascript.png)

##### CSS
![css](https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/master/textmate/css.png)

### 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

![textastic preview](https://raw.githubusercontent.com/srcery-colors/srcery-assets/refs/heads/master/textmate/textastic.jpeg)

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)