Tweak github theme
Adds grey gutter and yellow highlight Removes bold keywords which cause cursor issues
This commit is contained in:
parent
78975a0fc2
commit
b1fca409a8
2 changed files with 19 additions and 16 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue