Closed hmatsuda closed 9 years ago
Update styles.less so that user can overwrite default color.
If you want to highlight color as red, just add following styles into styles.less.
styles.less
.editor, :host, atom-text-editor, atom-text-editor::shadow { .line-number.ruby-block-highlight { background-color: red; } .highlights { .ruby-block-highlight .region { background-color: red; } } }
This PR closes #2.
Update styles.less so that user can overwrite default color.
If you want to highlight color as red, just add following styles into
styles.less
.This PR closes #2.