mikasius / zed-nord-theme

Nord theme for zed
20 stars 9 forks source link

Ignored & inactive / unchanged files not distinguishable #10

Open CHE1RON opened 3 weeks ago

CHE1RON commented 3 weeks ago

Hey there,

first of all, I loaded this from the Zed extensions and love it - one thing I noticed though, as the title already gives away: (git)ignored files look just the same as inactive/unchanged files.

Other extensions/themes differentiate between those two, eg

"One Dark"

Screenshot 2024-08-22 at 18 23 23

"Solarized Dark"

Screenshot 2024-08-22 at 18 24 01

For comparison: "Nord" on VSCode:

Screenshot 2024-08-22 at 18 25 19

Maybe changing that is something to consider? 😊 🙏

hedgieinsocks commented 2 weeks ago

I have managed to tackle this via the following override:

"experimental.theme_overrides": {
    "ignored": "#4c566a",
  },

But this might feel 'too hidden', so you can experiment with other colors.

CHE1RON commented 2 weeks ago

I'll play around with it, thanks! Although I get the feeling that ignored files should be distinguishable by default 🤔