night-owl-vscode-theme icon indicating copy to clipboard operation
night-owl-vscode-theme copied to clipboard

feat: inlay hint colors for dark themes

Open nobrayner opened this issue 3 years ago • 1 comments

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

Original: image

This PR: image

nobrayner avatar Aug 27 '21 05:08 nobrayner

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

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

nobrayner avatar Oct 05 '21 00:10 nobrayner