PyaeSoneAungRgn / github-zed-theme

GitHub's Zed themes
47 stars 11 forks source link

Code completions are hard to read #16

Open rojas-diego opened 1 day ago

rojas-diego commented 1 day ago

The text color for code completions (Supermaven, Github Copilot) is set to black in the light theme and white in the dark theme. This makes it hard to read.

Screenshot 2024-10-19 at 12 37 13

I recommend adding the following block in your Zed configuration.

{
  // ...
  "experimental.theme_overrides": {
    "predictive": "#808080"
  }
}

Here's what it looks like:

Screenshot 2024-10-19 at 12 38 13 Screenshot 2024-10-19 at 12 38 36

@PyaeSoneAungRgn would you be willing to integrate this into the theme?

PyaeSoneAungRgn commented 6 hours ago

Thanks you, i'm trying to fix issues at this weekend. I'll apply your changes.