react-ace icon indicating copy to clipboard operation
react-ace copied to clipboard

Ability to style insert, delete, modified codeMarker separately

Open rishabhrathod01 opened this issue 4 years ago • 0 comments

Ability to style insert, delete, modified codeMarker separately

Expected Behaviour

Screenshot 2021-01-17 at 2 47 19 PM

Solution (suggestion)

For my use case, I made this changes which helped me solve the issue.

Sample code to reproduce your issue

currently, it is only possible to use a single class to style all highlighted code.

.codeMarker {
background-color: '#123456';
}

If the above changes are helpful. ( with few modifications ) I would be more than happy to contribute a PR to resolve the issue.

rishabhrathod01 avatar Jan 17 '21 09:01 rishabhrathod01