Browse Source

Merge pull request #599 from kilon/master

Dark Themes can be used for CodeMirror
Nicolas Petton 11 years ago
parent
commit
0880a5920c
3 changed files with 3 additions and 3 deletions
  1. 1 1
      css/helios.css
  2. 1 1
      js/Helios-Workspace.deploy.js
  3. 1 1
      js/Helios-Workspace.js

+ 1 - 1
css/helios.css

@@ -35,7 +35,7 @@ html[xmlns] .clearfix {
   overflow: hidden;
   height: 100%;
   width: 100%;
-  background: #fff;
+  /*background: #fff*/;
 }
 #helios .CodeMirror-hints {
   border-radius: 0;

+ 1 - 1
js/Helios-Workspace.deploy.js

@@ -1,5 +1,6 @@
 (function(smalltalk,nil,_st){
 smalltalk.addPackage('Helios-Workspace');
+
 smalltalk.addClass('HLCodeModel', smalltalk.Object, ['announcer', 'environment', 'receiver'], 'Helios-Workspace');
 smalltalk.addMethod(
 smalltalk.method({
@@ -1575,5 +1576,4 @@ return (10);
 messageSends: []}),
 smalltalk.HLWorkspace.klass);
 
-
 })(global_smalltalk,global_nil,global__st);

+ 1 - 1
js/Helios-Workspace.js

@@ -1,5 +1,6 @@
 (function(smalltalk,nil,_st){
 smalltalk.addPackage('Helios-Workspace');
+
 smalltalk.addClass('HLCodeModel', smalltalk.Object, ['announcer', 'environment', 'receiver'], 'Helios-Workspace');
 smalltalk.addMethod(
 smalltalk.method({
@@ -2075,5 +2076,4 @@ referencedClasses: []
 }),
 smalltalk.HLWorkspace.klass);
 
-
 })(global_smalltalk,global_nil,global__st);