We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cider evaluation result is not readable in iterm2, nord-iterm2 installed
The text was updated successfully, but these errors were encountered:
Reviewed #71 and added change suggestions.
Sorry, something went wrong.
Fix cider evaluation result in terminal (#71)
995d842
When running the "Cider" package [1] in Emacs GUI mode through iTerm2 on macOS, the background and font color in the evaluation result overlay was the same (or very similar) color so it became unreadable. Probably that's because of defined `cider-result-overlay-face` face [2] and a difference in the rendering engine of iTerm2. To prevent this problem, the background color has been removed. [1]: https://github.com/clojure-emacs/cider [2]: https://github.com/clojure-emacs/cider/blob/f6ac1594eb20b0d3b9f9b7601e3d2708346dc0bb/cider-overlays.el#L35 Closes GH-70
51ce3d3
Successfully merging a pull request may close this issue.
Cider evaluation result is not readable in iterm2, nord-iterm2 installed
The text was updated successfully, but these errors were encountered: