412 changes: 392 additions & 20 deletions test/vim_test.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/rubyblue.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.cm-s-rubyblue { font:13px/1.4em Trebuchet, Verdana, sans-serif; } /* - customized editor font - */
.cm-s-rubyblue { font-family: Trebuchet, Verdana, sans-serif; } /* - customized editor font - */

.cm-s-rubyblue.CodeMirror { background: #112435; color: white; }
.cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; }
Expand Down