mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
Go back to the plain “theme” group for theme stylesheets
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user