mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Renaming themes to lowercase-dashes.
This commit is contained in:
@@ -50,7 +50,7 @@ _.extend atom,
|
||||
.filter (name) -> not _.contains(disabledPackages, name)
|
||||
|
||||
loadThemes: ->
|
||||
themeNames = config.get("core.themes") ? ['Atom - Dark', 'GitHub_Dark']
|
||||
themeNames = config.get("core.themes") ? ['atom-dark', 'github-dark']
|
||||
themeNames = [themeNames] unless _.isArray(themeNames)
|
||||
@loadTheme(themeName) for themeName in themeNames
|
||||
@loadUserStylesheet()
|
||||
|
||||
Reference in New Issue
Block a user