Open ccojocea opened 6 years ago
Yes this really annoying
I get white bracket using solarized light, making it almost unusable, don' t know if it is related.
I just simply make the matching invisible by modifying the CSS term "div.CodeMirror span.CodeMirror-matchingbracket" in "C:\Users\(name)\.jupyter\custom\custom.css" as
div.CodeMirror span.CodeMirror-matchingbracket {
color: #abb7ce;
}
If no other character is typed after a pair of brackets, the brackets will remain highlighted. This looks a bit annoying for example if you call a function and the brackets are still highlighted. The screenshot talks more than I can though. Anyone know how to fix this?