mirror of
https://github.com/atom/atom.git
synced 2026-02-13 16:14:59 -05:00
Load themes after packages, since we depend on them
This commit is contained in:
@@ -38,7 +38,7 @@ class ThemeManager
|
||||
@trigger('reloaded')
|
||||
|
||||
activateTheme: (name) ->
|
||||
theme = _.find(@registeredTheme, (t) -> t.metadata.name == name)
|
||||
theme = _.find(@registeredThemes, (t) -> t.metadata.name == name)
|
||||
return console.warn("Theme '#{name}' not found.") unless theme
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user