Skip to content
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

fix(cli): improve colors used when erroring #3349

Merged
merged 5 commits into from May 24, 2023
Merged

fix(cli): improve colors used when erroring #3349

merged 5 commits into from May 24, 2023

Commits on May 10, 2023

  1. fix(cli): improve colors used when erroring

    - partially fixes issue #3266
    - replace test filename text that was shown in yellow to now show as cyan (same as Jest)
    - remove yellow color from code highlight, simply reverting to default text color
    
    I find this change to be easier to read, especially in dark mode, the link color that is much quicker to find compare to before since everything used to be yellow.
    ghiscoding committed May 10, 2023
    Copy the full SHA
    97548d5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    19557bd View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Copy the full SHA
    0b1f523 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    11bdbbb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Copy the full SHA
    88dfd86 View commit details
    Browse the repository at this point in the history