dunovank / jupyter-themes

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

Bracket Match Highlighting in gruvboxd #252

Open avonmoll opened 6 years ago

avonmoll commented 6 years ago

The pair of brackets or other delimiter that is highlighted on the cursor is adjacent to one of the brackets is very difficult to see. It shows as light teal on a "wheat"-ish color. If I knew anything about LESS I'd submit a PR.


Edit: I did a bit of tinkering and for now I like the following:

@selected-fg-bright: @yellow;
@matching-bracket: @gruv-base00;

With this I'm able to easily find the matching pair as well as discern what type of delimiter it actually is. Will submit PR if this seems like a good idea.

xgdgsc commented 5 years ago

I get white bracket using solarized light, making it almost unusable, don' t know if it is related.