Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: inlay hint colors for dark themes #294

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nobrayner
Copy link

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

Original:
image

This PR:
image

@nobrayner nobrayner closed this Oct 5, 2021
@nobrayner nobrayner deleted the feat/inlay-hint-colors-dark branch October 5, 2021 00:42
@nobrayner nobrayner restored the feat/inlay-hint-colors-dark branch October 5, 2021 00:42
@nobrayner nobrayner reopened this Oct 5, 2021
@nobrayner
Copy link
Author

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant