primer / github-syntax-theme-generator

Uses a prettylights theme object to generate syntax themes for multiple platforms
MIT License
156 stars 33 forks source link

Convert atom adapter to not rely on apm #7

Closed jonrohan closed 7 years ago

jonrohan commented 8 years ago

The atom-package-manager package doesn't play well with travisci, so we should try and remove the dependency on it.

Options are:

  1. Rewrite the apm converter and just have it here https://github.com/atom/apm/blob/master/src/theme-converter.coffee
  2. Write a .json to atom plugin that doesn't rely on textmate themes.