Ambiance theme removed

Couldn't justify 26kb when all other themes are 1-3kb
This commit is contained in:
Matt Pass
2012-08-27 15:45:56 +01:00
parent 989b0a602d
commit f12b4914e6
2 changed files with 1 additions and 82 deletions

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,7 @@
<link rel="stylesheet" href="editor.css">
<?php
$themeArray = array("ambiance","blackboard","cobalt","eclipse","elegant","erlang-dark","lesser-dark","monokai","neat","night","rubyblue","vibrant-ink","xq-dark");
$themeArray = array("blackboard","cobalt","eclipse","elegant","erlang-dark","lesser-dark","monokai","neat","night","rubyblue","vibrant-ink","xq-dark");
for ($i=0;$i<count($themeArray)-1;$i++) {
echo '<link rel="stylesheet" href="../'.$ICEcoder["codeMirrorDir"].'/theme/'.$themeArray[$i].'.css">'.PHP_EOL;
}