Skip to content

Commit

Permalink
fixed cerebro ace theme to prevent mispositioning of cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed May 29, 2016
1 parent 8cb5a22 commit 8ea1a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/theme-cerebro.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ define("ace/theme/cerebro",["require","exports","module","ace/lib/dom"],function
'.ace-cerebro .ace_marker-layer .ace_active-line {background: #373a3c;}' + // Active line
'.ace-cerebro .ace_marker-layer .ace_selection {background: #55595c;}' + // Selected text
'.ace-cerebro .ace_print-margin {width: 1px;background: #55595c;}' + // Right margin
'.ace-cerebro .ace_indent-guide {border-right: 1px dotted #55595c;}' + // Indent guide
'.ace-cerebro .ace_indent-guide {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y; opacity: 0.2}' + // Indent guide
'.ace-cerebro .ace_variable.ace_class {color: red;}' + // ????
'.ace-cerebro .ace_constant.ace_buildin {color: #0086B3;}' + // ????
'.ace-cerebro .ace_support.ace_function {color: #0086B3;}' + // ????
Expand Down

0 comments on commit 8ea1a37

Please sign in to comment.