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

Using IJ + Cursive on Win10, cannot resolve font color properly. #468

Open
ca1123 opened this issue Jun 12, 2020 · 1 comment
Open

Using IJ + Cursive on Win10, cannot resolve font color properly. #468

ca1123 opened this issue Jun 12, 2020 · 1 comment

Comments

@ca1123
Copy link

ca1123 commented Jun 12, 2020

I am following MOOC course,
Functional programming in Clojure (http://iloveponies.github.io/120-hour-epic-sax-marathon/index.html)
I am mostly happy, but on issue of midje keeps bugging me. The output always contains phunky color code which the terminal in IJ cannot resolve.
image

Try turn off the colorizing font.

Have tried
https://github.com/marick/Midje/wiki/Configuration-files
adding
(change-defaults :color false)
to
.midje-grading-config.clj
Which does not work.
How to show colorized font in IJ. Or easier, how to disable midje colorized font?

@rodnaph
Copy link

rodnaph commented Jan 5, 2022

I ran into this as well with vim-fireplace, looks like :pretty-print is responsible for the colorizing here (unsure if it's a bug that :colorize doesn't affect it?). So the following worked for me, with the obvious drawbacks...

(midje.config/change-defaults :pretty-print false)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants