Appreciate the help,
It’s not working, I’m testing it on an empty obsidian.css to make sure my theme isn’t interfering.
I’m testing both of the following codes adding !important and removing it (it doesn’t change things for me)
Side note: I’m testing things with #ff0000; which is a bright red.
Here’s the first one:
.cm-fat-cursor .CodeMirror-cursor {
color: #ff0000 !important;
}
but it’s still not changing the cursor color
Visual Mode
I tried .cm-animate-fat-cursor as well to see if that one is working
I used this code:
.cm-animate-fat-cursor
{
color: #ff0000 !important;
}
It changes only the text under it, like so:
I’m on linux Manjaro version 0.9.6 intalled with .AppImage I don’t think linux should be the reaon for this not to work,
most likely there’s something I’m missing to make the code work
Thanks!