dunovank / jupyter-themes

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

Way to change style for syntax highlighting? #375

Open pythonic2020 opened 4 years ago

pythonic2020 commented 4 years ago

Hello, I love jupyter-themes and can no longer live without it. However, I was wondering if there was a way to change the appearance of the syntax highlight of parens/brackets, etc. when the cursor is positioned next to them. See this image (onedork theme):

Untitled

Note that the parens are highlighted with blue rectangles. Is there a way to change this so that the rectangle is eliminated, and the parens are highlighted just by a color, as is the default for Jupyter notebooks?

Thanks in advance...

pythonic2020 commented 4 years ago

I reduced the visual impact of the highlight by darkening the blue color of the matching brackets:

@matching-bracket: darken(#4C8BE2, 10%);