Skip to content

Commit 2ea762e

Browse files
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-224
1 parent b3f2b83 commit 2ea762e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

themes/nord-color-theme.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"editorHint.foreground": "#ebcb8b",
4949
"editorIndentGuide.background": "#434c5eb3",
5050
"editorIndentGuide.activeBackground": "#4c566a",
51+
"editorInlayHint.background": "#434c5e",
52+
"editorInlayHint.foreground": "#d8dee9",
5153
"editorLineNumber.foreground": "#4c566a",
5254
"editorLineNumber.activeForeground": "#d8dee9",
5355
"editorWhitespace.foreground": "#4c566ab3",

0 commit comments

Comments
 (0)