diff --git a/css/codemirror.css b/css/codemirror.css index f49af69d..551a3c6a 100644 --- a/css/codemirror.css +++ b/css/codemirror.css @@ -366,7 +366,7 @@ span.CodeMirror-selectedtext { background: none; } .cm-s-mbo span.cm-comment { color: #95958a; } .cm-s-mbo span.cm-atom { color: #00a8c6; } -.cm-s-mbo span.cm-number { color: #00a8c6; } +.cm-s-mbo span.cm-number { color: #33aadd; } .cm-s-mbo span.cm-property, .cm-s-mbo span.cm-attribute { color: #9ddfe9; } .cm-s-mbo span.cm-keyword { color: #ffb928; } @@ -376,7 +376,7 @@ span.CodeMirror-selectedtext { background: none; } .cm-s-mbo span.cm-variable { color: #ffffec; } .cm-s-mbo span.cm-variable-2 { color: #00a8c6; } .cm-s-mbo span.cm-variable-3 { color: #ffb928; } -.cm-s-mbo span.cm-def { color: #ffff88; } +.cm-s-mbo span.cm-def { color: #88eeff; } .cm-s-mbo span.cm-bracket { color: #fffffc; font-weight: bold; } .cm-s-mbo span.cm-tag { color: #9ddfe9; } .cm-s-mbo span.cm-link { color: #f54b07; } @@ -414,3 +414,7 @@ span.CodeMirror-selectedtext { background: none; } .cm-s-cobalt .CodeMirror-activeline-background { background: #003399; } .cm-s-cobalt .CodeMirror-matchingbracket { outline:1px solid grey;color:white !important; } + +/*** FIXES FOR BOOTSTRAP ***/ + +.CodeMirror-dialog > button { background-color: #333 !important; } diff --git a/images/pause.png b/images/pause.png deleted file mode 100644 index a8f3750d..00000000 Binary files a/images/pause.png and /dev/null differ diff --git a/images/play.png b/images/play.png deleted file mode 100644 index eb671ca3..00000000 Binary files a/images/play.png and /dev/null differ diff --git a/images/resetandrun.png b/images/resetandrun.png deleted file mode 100644 index 40aa6b41..00000000 Binary files a/images/resetandrun.png and /dev/null differ diff --git a/images/runtoline.png b/images/runtoline.png deleted file mode 100644 index 2f7ce52d..00000000 Binary files a/images/runtoline.png and /dev/null differ diff --git a/images/share.png b/images/share.png deleted file mode 100644 index ba54c712..00000000 Binary files a/images/share.png and /dev/null differ diff --git a/images/singlestep.png b/images/singlestep.png deleted file mode 100644 index 7a92a114..00000000 Binary files a/images/singlestep.png and /dev/null differ diff --git a/images/timing.png b/images/timing.png deleted file mode 100644 index f15888f6..00000000 Binary files a/images/timing.png and /dev/null differ diff --git a/index.html b/index.html index bf283dc9..a48ac908 100644 --- a/index.html +++ b/index.html @@ -186,6 +186,7 @@ canvas.pixelated {
  • New File...
  • Share File...
  • Revert to Original...
  • +