-
Notifications
You must be signed in to change notification settings - Fork 23
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
How to disable coloring? #4
Comments
Not currently, but I'm thinking about how best to add settings like that. Maybe as system properties or environment variables. |
It would be nice to have those settings. Maybe in |
I'm too lazy to make and suggest a PR (of course I'm lazy, why would I use Clojure if I wasn't?).
|
maybe I'm doing something stupid but the highlighting makes it all but impossible to use in fireplace. Even with @agzam's hack still some escape codes are generated. Or maybe I'm just the only one using vim for clojure? |
I'm using vim too and am having some trouble with this. #4 (comment) only seems to work in clj, and i'm using cljs. Curious if anyone else has any workarounds. |
This seems to be a broadly applied convention: https://no-color.org/ |
Coloring is a problem in Mozilla Firefox too. ANSI colors in the console are not supported, and they completely break the output: [1] https://clojurians.slack.com/archives/C03S1KBA2/p1724917601280229 |
Is there any config that we change coloring options?
The text was updated successfully, but these errors were encountered: