Just created TM2 bundle from https://draculatheme.com/textmate/
cd "~/Library/Application Support/Avian/Bundles/"
git clone https://github.com/vigo/textmate2-dracula-theme.git textmate2-dracula-theme.tmbundle
If you like to set this theme as default theme, you need to add this to your ~/.tm_properties
:
theme = 83091B89-765E-4F0D-9275-0EC6CB084126
This project is licensed under MIT.
- Uğur "vigo" Özyılmazel - Creator, maintainer
fork
(https://github.com/vigo/textmate2-dracula-theme/fork)- Create your
branch
(git checkout -b my-features
) commit
yours (git commit -am 'added killer features'
)push
yourbranch
(git push origin my-features
)- Than create a new Pull Request!