d1y / vscode_dark_plus.zed

7 stars 5 forks source link

Pontuation has really low contrast, barely visible. #2

Open pedrosantostwistag opened 6 months ago

pedrosantostwistag commented 6 months ago

Screenshot 2024-05-03 at 10 23 45

Screenshot 2024-05-03 at 10 25 38

first image is zed, second vs code, barely can see the : and , . pontuation

simlevesque commented 4 months ago

Add this to your settings.json:

  "experimental.theme_overrides": {
    "syntax": {
      "punctuation.delimiter": {
        "color": "#fff",
        "font_style": null,
        "font_weight": null
      }
    }
  },