sailorhg / fairyfloss

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

Update to satisfy Atom 1.13's desires #19

Open trytriangles opened 7 years ago

trytriangles commented 7 years ago

Atom 1.13.0 was released today, and it deprecated some old CSS features. :host selectors now trigger a deprecation warning, and will trigger actual errors eventually, and syntactic class names like .string and .keyword have all been changed to .syntax--string and .syntax--keyword. So I thought I'd update the theme to satisfy these new desires and get Deprecation Cop to stop yelling at me.

kerrizor commented 7 years ago

I just swung by to see if anyone had offered a patch yet (and do one myself if needed!)

swenson commented 7 years ago

Oops, I accidentally duplicated this in #21.

Though, I think this should be against the master branch, and bump the version?