0

According to this page, the escape sequence \e[91m should produce a light red color, but it doesn't appear to have any effect in ConEmu. Is there a way to support these extended 'light' colors (without using \e[1;31m instead)?

mpen
  • 272,448
  • 266
  • 850
  • 1,236

1 Answers1

1
  1. You are trying to use uncommon to ANSI X3.64 code. (prooflink)
  2. What application you are trying to use? Bash? All known ports (cygwin/msys) do not send ANSI to the RealConsole at all.
Maximus
  • 10,751
  • 8
  • 47
  • 65
  • ConEmu build 141001: 'ESC [ 90..97 m' high intensity foreground color, 'ESC [ 100..107' high intensity background color. – Maximus Oct 04 '14 at 21:43