AriaMinaei / pretty-error

See node.js errors with less clutter
MIT License
1.52k stars 48 forks source link

bright-white style not working #33

Open imarotte opened 8 years ago

imarotte commented 8 years ago

The "bright-white" color does not seem to be working. both in the default theme or if i try to override. The resulting text is always black. Other colors seem to work without issue.

prettyError.appendStyle({ 'pretty-error > header > title > kind':{ color: "bright-white" } }

imarotte commented 8 years ago

nevermind. i suspect it has something to do with my console window. bright-white and black are switched for me. Perhaps it's cause my console has a dark background?