Feature Request: Provide colored inline code

In slack, when you perform an inline code , it provides onKeyEvents in orange. Do consider offering the same feature for inline code mark down. I am using a Dark theme in Joplin and the inline code is not distinct enough. Thanks

Joplin provides the ability to customize colours via CSS. Feel free to change the colour for yourself.

(add the following to userchrome.css)

.cm-jn-inline-code {
    color: red;
}

Thanks, Caleb. Nothing happened. It remains the same. I restarted Joplin.

https://recordit.co/FnQXta54qf

You probably need to add !important after "red"

Thanks, decided to use @tessus 's Dark theme