dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.74k stars 1.06k forks source link

Bracket highlighting blocky #302

Open aadulan opened 5 years ago

aadulan commented 5 years ago

Is there any way to highlight the brackets like in default jupyter? (i.e. only highlight the bracket and not the full character space)

image

zhiyunyao commented 4 years ago

If you know about CSS then you can modify the CSS term "div.CodeMirror span.CodeMirror-matchingbracket" in "C:\Users\(name)\.jupyter\custom\custom.css" to achieve what you like. Or you can just delete it, which will end up highlighting the brackets like in default jupyter. https://github.com/dunovank/jupyter-themes/issues/281#issuecomment-522229261