Skip to content

Commit

Permalink
added version 0.10 (includes Solarized Dark style)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed May 14, 2017
1 parent 7e4f61f commit e645c6b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 17 deletions.
5 changes: 3 additions & 2 deletions mc/ConfigurationOfDarkMetalTheme.package/.filetree
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"noMethodMetaData" : true,
"separateMethodMetaAndSource" : false,
"useCypressPropertiesFile" : true }
"noMethodMetaData" : true,
"useCypressPropertiesFile" : true
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ symbolic versions
stable: spec
<symbolicVersion: #stable>

spec for: #'pharo5.x' version: 'v0.9'.
spec for: #'pharo6.x' version: 'v0.9'.
spec for: #'pharo5.x' version: 'v0.10'.
spec for: #'pharo6.x' version: 'v0.10'.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
versions
v0_10: spec
<version: 'v0.10'>

spec
for: #'common'
do: [
spec
baseline: 'Themes'
with: [ spec repository: 'github://estebanlm/themes:0.10/mc' ];
import: 'Themes' ].
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"category" : "ConfigurationOfDarkMetalTheme",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "<historical>",
"instvars" : [
],
"name" : "ConfigurationOfDarkMetalTheme",
"pools" : [
],
"super" : "Object",
"type" : "normal" }
"category" : "ConfigurationOfDarkMetalTheme",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "ConfigurationOfDarkMetalTheme",
"type" : "normal"
}
3 changes: 1 addition & 2 deletions mc/ConfigurationOfDarkMetalTheme.package/properties.json
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
{
}
{ }

0 comments on commit e645c6b

Please sign in to comment.