Commit 2ea762e
authored
Color tokens for TypeScript and JavaScript inlay hints (#232)
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
Closes GH-2241 parent b3f2b83 commit 2ea762e
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
0 commit comments