Go back to the plain “theme” group for theme stylesheets

This commit is contained in:
Nathan Sobo
2014-10-16 13:18:29 -06:00
parent 42fc54f716
commit e8d7058383

View File

@@ -5,7 +5,7 @@ module.exports =
class ThemePackage extends Package
getType: -> 'theme'
getStylesheetType: -> "#{@metadata.theme}-theme"
getStylesheetType: -> "theme"
enable: ->
atom.config.unshiftAtKeyPath('core.themes', @name)