How do I change background color of highlighted text in code editor?

OK. I now see what you mean. Try:

 .CodeMirror-selected {
	/* selected text */
	 background: #0663d3 !important;
}
1 Like