We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec624a commit 99ac060Copy full SHA for 99ac060
vscode-dotty/src/worksheet.ts
@@ -193,7 +193,10 @@ class Worksheet implements Disposable {
193
contentText: text,
194
margin: `0px 0px 0px ${margin}ch`,
195
fontStyle: "italic",
196
- color: "light gray",
+ // It would make more sense to use the colors of commments in the
197
+ // current theme, but there's no API to access this currently
198
+ // (https://github.com/Microsoft/vscode/issues/32813).
199
+ color: new vscode.ThemeColor("terminal.ansiGreen"),
200
}
201
})
202
0 commit comments