Tweak github theme

Adds grey gutter and yellow highlight
Removes bold keywords which cause cursor issues
This commit is contained in:
Joshua Peek 2012-06-29 13:22:49 -05:00
commit b1fca409a8
2 changed files with 19 additions and 16 deletions

View file

@ -37,7 +37,7 @@
define(function(require, exports, module) {
exports.isDark = true;
exports.isDark = false;
exports.cssClass = "ace-github";
exports.cssText = require('ace/requirejs/text!./github.css');