use the same active line as in TextMate

This commit is contained in:
Fabian Jakobs 2011-08-02 16:04:11 +02:00
commit 25c15cf57a
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@
<option value="ace/theme/pastel_on_dark">Pastel on dark</option>
<option value="ace/theme/solarized_dark">Solarized Dark</option>
<option value="ace/theme/solarized_light">Solarized Light</option>
<option value="ace/theme/textmate">TextMate</option>
<option value="ace/theme/textmate" selected="selected">TextMate</option>
<option value="ace/theme/twilight">Twilight</option>
<option value="ace/theme/vibrant_ink">Vibrant Ink</option>
</select>

View file

@ -174,7 +174,7 @@ define(function(require, exports, module) {
}\
\
.ace-tm .ace_marker-layer .ace_active_line {\
background: rgb(232, 242, 254);\
background: rgba(0, 0, 0, 0.07);\
}\
\
.ace-tm .ace_marker-layer .ace_selected_word {\