Update themes in the demo and the makefiles
This commit is contained in:
parent
f8d01d7f50
commit
c5962cdb8a
3 changed files with 12 additions and 2 deletions
|
|
@ -220,7 +220,8 @@ console.log('# ace themes ---------');
|
|||
|
||||
[
|
||||
"clouds", "clouds_midnight", "cobalt", "dawn", "idle_fingers", "kr_theme",
|
||||
"mono_industrial", "monokai", "pastel_on_dark", "twilight", "eclipse"
|
||||
"mono_industrial", "monokai", "pastel_on_dark", "twilight", "eclipse",
|
||||
"merbivore", "merbivore_soft", "vibrant_ink"
|
||||
].forEach(function(theme) {
|
||||
copy({
|
||||
source: [{
|
||||
|
|
|
|||
|
|
@ -162,7 +162,8 @@ console.log('# ace themes ---------');
|
|||
// create themes
|
||||
[
|
||||
"clouds", "clouds_midnight", "cobalt", "dawn", "idle_fingers", "kr_theme",
|
||||
"mono_industrial", "monokai", "pastel_on_dark", "twilight", "eclipse"
|
||||
"mono_industrial", "monokai", "pastel_on_dark", "twilight", "eclipse",
|
||||
"merbivore", "merbivore_soft", "vibrant_ink"
|
||||
].forEach(function(theme) {
|
||||
console.log("theme " + theme);
|
||||
copy({
|
||||
|
|
|
|||
|
|
@ -39,6 +39,14 @@
|
|||
<option value="ace/theme/idle_fingers">idleFingers</option>
|
||||
<option value="ace/theme/pastel_on_dark">Pastel on dark</option>
|
||||
<option value="ace/theme/twilight">Twilight</option>
|
||||
<option value="ace/theme/clouds">Clouds</option>
|
||||
<option value="ace/theme/clouds_midnight">Clouds Midnight</option>
|
||||
<option value="ace/theme/kr_theme">krTheme</option>
|
||||
<option value="ace/theme/mono_industrial">Mono Industrial</option>
|
||||
<option value="ace/theme/monokai">Monokai</option>
|
||||
<option value="ace/theme/merbivore">Merbivore</option>
|
||||
<option value="ace/theme/merbivore_soft">Merbivore Soft</option>
|
||||
<option value="ace/theme/vibrant_ink">Vibrant Ink</option>
|
||||
</select>
|
||||
</td>
|
||||
<td align="right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue