Add coloring for selected word in Eclipse
This commit is contained in:
parent
fc01cc6242
commit
e3fc43556a
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue