Change Cursor Color

Hey
Can user.less change the color of the cursor?
If not please move to feature wishes, hihi.
Best,
Ulf

Yes, add this to your user.less to get a black single line cursor:

@cursorColor: black;
@cursorWidth: 1px;

Howdy,
How would you change the cursor blink rate (preferable to 0)?
Thanks

I’ve tried adding those lines to both user.less and theme.less, but cursor style remains unchanged.

I’d also like to know how to change/stop the blinking.