sailorhg / fairyfloss

fairy floss text editor theme
http://sailorhg.github.io/fairyfloss
300 stars 45 forks source link

autoconverted syntax theme for atom #2

Closed zkat closed 8 years ago

zkat commented 8 years ago

This is a straight-up conversion from the tmTheme.

It can be regenerated by doing this from the repo root:

apm init --theme ./atom --convert ./fairyfloss.tmTheme

More info on converted themes: http://flight-manual.atom.io/hacking-atom/sections/converting-from-textmate/

Also heads-up: You'll need to publish the theme to apm if you want it to be installable through the in-editor search, and I'm not terribly comfortable doing that for you, but it's basically just an apm publish major away (I think you also need an account on the site tho) <3

Thanks for the theme! It's really cute and I'm gonna start using it now ^_^

catherine-jones commented 8 years ago

I was just about to do this so @zkat thanks

anaisbetts commented 8 years ago

Just for people who check this out today before it gets published, here's the easy-peasy way to get it installed:

git clone https://github.com/zkat/fairyfloss && cd fairyfloss
git checkout gh_pages
cd atom
apm link