I was getting pretty sick of the default "bright" markdown preview in TextMate2 so I decided to create my own theme that matches the general OS X 10.10 Yosemite look and feel.
- Click "Download Zip" to download this repository to your computer
- Unzip the package
- Double click the
Yosemite Textmate2 Preview.tmbundle
file. TextMate should ask you if you'd like it to install the bundle. - Done! "Yosemite" is now available in the web preview window.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request