cspell icon indicating copy to clipboard operation
cspell copied to clipboard

default color scheme is hurts eyes

Open ssbarnea opened this issue 6 years ago • 1 comments

The default colored output is causing serious difficulties in reading the output mainly due to a combination of use of bold, red and green. This happen even for those that are not color blind.

Colors are good as they can increase lability of the text but in this case I think they work against it.

I propose a simplification

  • avoid using bold, at all
  • avoid using green for filenames, use normal/default ANSI color
  • use red only for the error word.
  • optional: use dark color for details like line and column numbers.
cspell-colors

ssbarnea avatar Jun 29 '18 11:06 ssbarnea

On my list is to provide the ability to format the output.

Jason3S avatar Jul 11 '18 10:07 Jason3S