Srcery TextMate theme, best effort to match srcery-vim colors. Can be used
anywhere that supports tmTheme
.
Clone srcery-textmate somewhere
git clone https://github.com/srcery-colors/srcery-textmate ~/my-path
Then by following the steps in bat's readme:
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.
The theme works great with Textastic.
Follow the official guide on how to add the theme.
Created with TmTheme Editor.