Yejun Su

Color discrepancy between the terminal and Zed's integrated terminal

When running the pi coding agent in Zed’s integrated terminal, I found the appearance of the theme is not the same as in Ghostty.

The root cause is that, by default, Zed sets the minimum contrast to 45 between foreground and background colors in the terminal. Set this to 0 to disable this feature:

{
  "terminal": {
    "minimum_contrast": 0
  }
}