Hello,
I have a Jupyterlab running on top of Jupyterhub installation.
I really love how UI colors look like with Dark Theme + Dark Reader on top.
However, the cursor color is being replaced with dark grey, which makes it almost invisible on the default black background.
Is there a way to change the cursor color? If it is set to color other than white, then Dark Reader may ignore it. Also I have a CSS extension that can change the CSS on the fly, but nothing along the lines of
.cm-cursor {
border-left: 2px solid blue; !important;
}
or changing .cm-cursor
to .CodeMirror-cursor
or div.CodeMirror-cursor
worked.