Is it known that when running a "Code With Me", where the host and client have different 'dark mode' / 'light mode' settings the REPL output pane shows a visually challanging mixture of the two?
All stdout / altout text seems to be in my color scheme, but all formatted clojure code (both inputs and outputs) are in the host's color scheme.
For the host, everything appears in their color scheme, but for the client, it's a striking juxtaposition.
Also, the 'Annotate with Git Blame' view in the left gutter (?) of the editor suffers from the same issue - in this case making the text unreadable.
cc: @cfleming
(I guess the 'annotate with git blame' bit might be nothing to do with Cursive though?)
Hmm, it's not, I'll check that. The annotate with git thing is definitely nothing to do with Cursive, and suggests that the issue might be more IntelliJ - unfortunately what I can do with CWM rendering is pretty limited.
On the color theme, I just switched from dark to light theme since I had a strong sun coming in the window, and the REPL output window only partially switched to light theme. Not a big issue for me, but is it similar to the output you got @peterwestmacott?
Yep, looks very much like that!
Interesting, thanks, that does look like a Cursive issue then - I'll try to reproduce that, thanks.