Skip to content
New issue

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 looks unreadable in terminal #70

Closed
fmnoise opened this issue Apr 6, 2019 · 1 comment · Fixed by #71
Closed

cider evaluation result looks unreadable in terminal #70

fmnoise opened this issue Apr 6, 2019 · 1 comment · Fixed by #71

Comments

@fmnoise
Copy link
Contributor

fmnoise commented Apr 6, 2019

Cider evaluation result is not readable in iterm2, nord-iterm2 installed

image

@arcticicestudio
Copy link
Contributor

Reviewed #71 and added change suggestions.

arcticicestudio pushed a commit that referenced this issue Jan 6, 2020
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
arcticicestudio pushed a commit that referenced this issue Jan 8, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants