diff options
Diffstat (limited to 'editors/code/src')
-rw-r--r-- | editors/code/src/inlay_hints.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/inlay_hints.ts b/editors/code/src/inlay_hints.ts index a7be97db8..7575cead0 100644 --- a/editors/code/src/inlay_hints.ts +++ b/editors/code/src/inlay_hints.ts | |||
@@ -36,7 +36,7 @@ interface InlayHint { | |||
36 | 36 | ||
37 | const typeHintDecorationType = vscode.window.createTextEditorDecorationType({ | 37 | const typeHintDecorationType = vscode.window.createTextEditorDecorationType({ |
38 | after: { | 38 | after: { |
39 | color: new vscode.ThemeColor('ralsp.inlayHint'), | 39 | color: new vscode.ThemeColor('rust-analyzer.inlayHint'), |
40 | }, | 40 | }, |
41 | }); | 41 | }); |
42 | 42 | ||