Merge pull request #5136 from microsoft/hawk/a11y-bug-fix

This commit is contained in:
Hawk Ticehurst 2025-12-05 14:03:42 -05:00 committed by GitHub
commit c619ef9a3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ monaco.editor.defineTheme("myCustomTheme", {
rules: [
{
token: "comment",
foreground: "ffa500",
foreground: "a80085",
fontStyle: "italic underline",
},
{ token: "comment.js", foreground: "008800", fontStyle: "bold" },