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.81k stars 242 forks source link

feat: inlay hint colors for dark themes #294

Open nobrayner opened 3 years ago

nobrayner commented 3 years ago

Better colors for built-in editor inlay hints. They stand out waaaaay too much by default.

Original: image

This PR: image

nobrayner commented 2 years ago

Adding the following to your settings.json replicates this PR:

  "workbench.colorCustomizations": {
    "[Night Owl]": {
      "editorInlayHint.foreground": "#829D9D",
      "editorInlayHint.background": "#0000"
    }
  },