Fanael/rainbow-delimiters

Changing the font size for the currently matched delimiters

metatron-the-chronicler opened this issue · 3 comments

How can I configure rainbow-delimiters so that the currently matched are bigger than any other set of matched delimiters in addition to being highlighted?

What do you mean by "currently matched"? The delimiter under point and its matching one? That's handled by show-paren-mode, not rainbow-delimiters.

I mean the green (In my case) highlight for the current sexp.
screen-sample
Instead of it just being green I would like to make the parenthesis bigger when it is highlighted.

It's not something that can be achieved with just rainbow-delimiters: it does not know or care where the point is, so it has no notion of "current sexp". It's some other package highlighting the current sexp for you.

At any rate, it's likely just a matter of setting the :height attribute of the appropriate face.