diff --git a/src/theme-manager.coffee b/src/theme-manager.coffee index 0730ee8ca..e91e26e1e 100644 --- a/src/theme-manager.coffee +++ b/src/theme-manager.coffee @@ -42,7 +42,7 @@ class ThemeManager activateThemes: -> # atom.config.observe runs the callback once, then on subsequent changes. atom.config.observe 'core.themes', (themeNames) => - @packageManager.deactivatePackages() + @deactivateThemes() themeNames = [themeNames] unless _.isArray(themeNames) # Reverse so the first (top) theme is loaded after the others. We want