You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that in 1.13.4 inputs and results in the REPL console window have the background colour of editor windows (i.e. General -> Text -> Default text), not console windows. Previously it used the console background colour. Not a big deal, and in default colour schemes editors and consoles have the same background colour anyway, but just wondering if there would be some way to fix this?
The text was updated successfully, but these errors were encountered:
Hmm, I thought this would be an easy fix, but it's trickier than I thought. The issue is that the Clojure colour scheme contains keys for the various element types, string, symbol, keyword, etc. These inherit values from the closest platform default I could find for each one, but those defaults are based on the editor colour scheme, not the console one. I guess it's not common for program elements to appear in consoles. I don't want to have to define separate colours for everything for when they appear in the REPL, but otherwise it will be difficult to resolve if the user has changed their colour scheme. I'll have to investigate how to do this.
Reported by @mpenttila in Slack:
The text was updated successfully, but these errors were encountered: