Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Color tokens for TypeScript and JavaScript inlay hints
VS Code 1.60 [1] (August 2021) introduced inlay hints for JavaScript and TypeScript [2] (opt-in via `editor.inlayHints.enabled`), including new color tokens to customize their appereance. They have been added and adjusted to match Nord's theme style: - `editorInlayHint.background` - the background color used for inline hint boxes. - `editorInlayHint.foreground` - the foreground color used for inline hint boxes. [1]: https://code.visualstudio.com/updates/v1_60 [2]: https://code.visualstudio.com/updates/v1_60#_inlay-hints-for-javascript-and-typescript GH-224
- Loading branch information