When using npm in M-x term
, it generate color message like this (even with -q) :
Information from what-cursor-position
There are text properties here:
font-lock-face (:foreground "red3" :background "black" :inverse-video nil)
fontified t
It is ugly, and also hard to read in other themes, is it possible to change the color on the fly ? For example, change color of text that match npm http
, npm ERR!
Thanks.
npm config set color false
? – Reactionaryterm-mode
is not one of those libraries. – Reactionary