vis icon indicating copy to clipboard operation
vis copied to clipboard

fix primary cursor color display

Open terminalzeiro opened this issue 1 year ago • 3 comments

Since the last release (v0.9), my theme configuration has stopped working: the color of the primary selection cursor no longer matches the lexer.STYLE_CURSOR_PRIMARY setting.

This patch fixes this issue.

terminalzeiro avatar May 20 '24 02:05 terminalzeiro

Could you please make it work with #1191 ?

mcepl avatar May 20 '24 13:05 mcepl

Hi! Can you give some example of the PRIMARY_CURSOR theming that is broken? Its possible that since I never use a different colour between cursors that it was missed.

Could you please make it work with https://github.com/martanne/vis/pull/1191 ?

I could do that too. Its not that important.

rnpnr avatar May 20 '24 15:05 rnpnr

Hi! Can you give some example of the PRIMARY_CURSOR theming that is broken? Its possible that since I never use a different colour between cursors that it was missed.

sure, here is a screenshot...

vis-with-without-patch-primary-cursor-color

terminalzeiro avatar May 20 '24 22:05 terminalzeiro

Yep, this seems correct so I applied it. Thanks!

rnpnr avatar May 21 '24 17:05 rnpnr