sdras / night-owl-vscode-theme

🌌 NIGHT OWL: A VS Code dark theme for contrast for nighttime coding, 🦉 LIGHT OWL: a daytime light theme
https://aka.ms/nightowl
MIT License
2.82k stars 243 forks source link

color blind people issue #280

Open ghost opened 3 years ago

ghost commented 3 years ago

Some colors are too close to each other and this make color recognition harder for color blinded people

Screenshots image

It's great theme and I'm waiting for it to get better Thanks for considering color blinded night owls!

caseybaggz commented 3 years ago

Second this. The one thing I have a problem with (pretty major), is the background-highlighted color. I can barely see it. 😭

caseybaggz commented 3 years ago

I was able to adjust the theme in my VSCode settings by adding the below to the settings.json file:

"workbench.colorCustomizations": {
    "[Night Owl]": {
      "list.focusBackground": "#2E3250"
    }
  }

I just tried to find the color that was used elsewhere in the theme so it didn't feel out of place. It was honestly still hard for me though since I don't see some of these colors well. 🙈