Copy link to clipboard
Copied
Is it possible to change the color of the cursor in main.less or in some other place?
Copy link to clipboard
Copied
in your theme's main.less file check for this rule, add or modify as required:
.CodeMirror-cursor {
border-left: 1px solid #ff007f !important;
z-index: -3;
}