When using the R console through the ESS major mode in emacs, I encounter the following problem:
Changed font color after Error
The font color of all text, except for explicitly highlighted text such as links and Errors, changes from the default light color to dark, which is not easily visible in my theme. It starts after an Error. More specifically, the first line with the darker font color starts with "Run".
Is there a way to remedy this? It persists until I execute "Reload process" and refresh my console session.
EDIT: Note a hack was found to avoid R from printing the output that causes this issue: https://github.com/emacs-ess/ESS/issues/1193