Add coloring for selected word in Eclipse

This commit is contained in:
Joe Cheng 2012-08-14 20:21:20 -07:00
commit e3fc43556a

View file

@ -101,6 +101,10 @@
background: rgb(232, 242, 254);
}
.ace-eclipse .ace_marker-layer .ace_selected_word {
border: 1px solid rgb(181, 213, 255);
}
.ace-eclipse .ace_indent-guide {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;
}