mikasius / zed-nord-theme

Nord theme for zed
20 stars 10 forks source link

On current zed version (0.154.2), dark theme cursor is nearly invisible #14

Open jonathanjsimon opened 3 days ago

jonathanjsimon commented 3 days ago

The slightly lighter gray bar after the semicolon in this shot is the cursor. Other dark themes have a white cursor and this theme used to show a white cursor as well.

Screenshot_20240926_204941

yasainet commented 18 hours ago

I responded by adding the following settings I hope this will be helpful.

~/.config/zed/settings.json

"experimental.theme_overrides": {
    "players": [
      {
        "cursor": "#eceff4"
      }
    ]
  }
apognu commented 16 hours ago

Workaround works, thanks, that is a lifesaver until the theme is fixed. 🙏