Merge pull request #1506 from atom/ks-theme-types

Include type in theme key
This commit is contained in:
Kevin Sawicki
2014-02-03 11:55:11 -08:00
8 changed files with 15 additions and 15 deletions

View File

@@ -55,13 +55,13 @@
"vm-compatibility-layer": "0.1.0"
},
"packageDependencies": {
"atom-dark-syntax": "0.12.0",
"atom-dark-ui": "0.21.0",
"atom-light-syntax": "0.12.0",
"atom-light-ui": "0.20.0",
"base16-tomorrow-dark-theme": "0.10.0",
"solarized-dark-syntax": "0.8.0",
"solarized-light-syntax": "0.4.0",
"atom-dark-syntax": "0.13.0",
"atom-dark-ui": "0.22.0",
"atom-light-syntax": "0.13.0",
"atom-light-ui": "0.21.0",
"base16-tomorrow-dark-theme": "0.11.0",
"solarized-dark-syntax": "0.9.0",
"solarized-light-syntax": "0.5.0",
"archive-view": "0.21.0",
"autocomplete": "0.21.0",
"autoflow": "0.12.0",
@@ -89,7 +89,7 @@
"metrics": "0.24.0",
"package-generator": "0.25.0",
"release-notes": "0.17.0",
"settings-view": "0.63.0",
"settings-view": "0.64.0",
"snippets": "0.24.0",
"spell-check": "0.21.0",
"status-bar": "0.32.0",

View File

@@ -1,3 +1,3 @@
{
"theme": true
"theme": "ui"
}

View File

@@ -1,3 +1,3 @@
{
"theme": true
"theme": "ui"
}

View File

@@ -1,3 +1,3 @@
{
"theme": true
"theme": "ui"
}

View File

@@ -1,4 +1,4 @@
{
"theme": true,
"theme": "ui",
"stylesheets": ["first.css", "second.less", "last.css"]
}

View File

@@ -1,4 +1,4 @@
{
"theme": true,
"theme": "ui",
"stylesheets": ["editor.less"]
}

View File

@@ -54,7 +54,7 @@ class Package
atom.config.pushAtKeyPath('core.disabledPackages', @metadata.name)
isTheme: ->
!!@metadata?.theme
@metadata?.theme?
# Private:
measure: (key, fn) ->

2
vendor/apm vendored

Submodule vendor/apm updated: 490e9aee66...97ca21abb9