use the same active line as in TextMate
This commit is contained in:
parent
259b6937b0
commit
25c15cf57a
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 {\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue